diff options
author | bell@sanja.is.com.ua <> | 2004-01-03 00:12:07 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-01-03 00:12:07 +0200 |
commit | e5fa5585f09c11e4dfd6f79582d5e2d66e259a7a (patch) | |
tree | 5368d917dca8b3cf091c64b5b199e33ef115d291 /sql/sql_update.cc | |
parent | 1c74cd9bf515ac1f1cfef6ed58ad2aa77b76be2c (diff) | |
download | mariadb-git-e5fa5585f09c11e4dfd6f79582d5e2d66e259a7a.tar.gz |
removed droping field->query_id for reinitialization tables for subquery.
(BUG#2089)
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r-- | sql/sql_update.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc index cdea32ad3f6..9fc8d482bfa 100644 --- a/sql/sql_update.cc +++ b/sql/sql_update.cc @@ -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, |