1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned on 8 byte boundaries (like sparc)

Removed thread marking of safemalloc blocks (becasue of alignment problems)
Temporary fix for bigint comparison.
This commit is contained in:
monty@hundin.mysql.fi
2002-08-17 05:18:06 +03:00
parent 339be73c05
commit b9d7fcd279
11 changed files with 46 additions and 107 deletions

View File

@@ -1026,6 +1026,7 @@ get_mm_leaf(PARAM *param, Field *field, KEY_PART *key_part,
if (value->save_in_field(field))
{
// TODO; Check if we can we remove the following block.
if (type == Item_func::EQUAL_FUNC)
{
/* convert column_name <=> NULL -> column_name IS NULL */