1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

removed droping field->query_id for reinitialization tables for subquery.

(BUG#2089)
This commit is contained in:
bell@sanja.is.com.ua
2004-01-03 00:12:07 +02:00
parent 1c74cd9bf5
commit e5fa5585f0
12 changed files with 46 additions and 25 deletions

View File

@ -95,7 +95,7 @@ int mysql_update(THD *thd,
tables.table= table;
tables.alias= table_list->alias;
if (setup_tables(update_table_list) ||
if (setup_tables(update_table_list, 0) ||
setup_conds(thd,update_table_list,&conds) ||
thd->lex->select_lex.setup_ref_array(thd, order_num) ||
setup_order(thd, thd->lex->select_lex.ref_pointer_array,