mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge remote-tracking branch '5.5' into 10.0
This commit is contained in:
@ -394,7 +394,7 @@ void JOIN_CACHE::create_flag_fields()
|
||||
TABLE *table= tab->table;
|
||||
|
||||
/* Create a field for the null bitmap from table if needed */
|
||||
if (tab->used_null_fields || tab->used_uneven_bit_fields)
|
||||
if (tab->used_null_fields || tab->used_uneven_bit_fields)
|
||||
length+= add_flag_field_to_join_cache(table->null_flags,
|
||||
table->s->null_bytes,
|
||||
©);
|
||||
|
Reference in New Issue
Block a user