Merge 10.5 into 10.6
This commit is contained in:
commit
25c048066a
@ -19413,8 +19413,8 @@ bool Create_tmp_table::add_fields(THD *thd,
|
|||||||
table->field[fieldnr]= 0; // End marker
|
table->field[fieldnr]= 0; // End marker
|
||||||
share->blob_field[m_blob_count]= 0; // End marker
|
share->blob_field[m_blob_count]= 0; // End marker
|
||||||
copy_func[0]= 0; // End marker
|
copy_func[0]= 0; // End marker
|
||||||
DBUG_ASSERT((copy_func - param->items_to_copy) <= param->copy_func_count);
|
|
||||||
param->func_count= (uint) (copy_func - param->items_to_copy);
|
param->func_count= (uint) (copy_func - param->items_to_copy);
|
||||||
|
DBUG_ASSERT(param->func_count <= param->copy_func_count);
|
||||||
|
|
||||||
share->column_bitmap_size= bitmap_buffer_size(share->fields);
|
share->column_bitmap_size= bitmap_buffer_size(share->fields);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user