mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge 10.6 into 10.11
This commit is contained in:
@@ -272,7 +272,8 @@ my_bool Expression_cache_tmptable::put_value(Item *value)
|
||||
}
|
||||
|
||||
*(items.head_ref())= value;
|
||||
fill_record(table_thd, cache_table, cache_table->field, items, TRUE, TRUE);
|
||||
fill_record(table_thd, cache_table, cache_table->field, items, true, true,
|
||||
true);
|
||||
if (unlikely(table_thd->is_error()))
|
||||
goto err;;
|
||||
|
||||
|
Reference in New Issue
Block a user