mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge
mysql-test/r/drop_temp_table.result: Auto merged sql/ha_innodb.cc: Auto merged sql/sql_delete.cc: Auto merged configure.in: SCCS merged sql/sql_base.cc: SCCS merged sql/sql_parse.cc: SCCS merged
This commit is contained in:
@@ -135,6 +135,7 @@ bool mysql_delete(THD *thd, TABLE_LIST *table_list, COND *conds,
|
||||
|
||||
bzero((char*) &tables,sizeof(tables));
|
||||
tables.table = table;
|
||||
tables.alias = table_list->alias;
|
||||
|
||||
table->sort.io_cache = (IO_CACHE *) my_malloc(sizeof(IO_CACHE),
|
||||
MYF(MY_FAE | MY_ZEROFILL));
|
||||
|
||||
Reference in New Issue
Block a user