1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

ulternative bugfix for BUG#2508 and fix for BUG#2809 - every table has its own TABLE structure

This commit is contained in:
bell@sanja.is.com.ua
2004-02-17 01:14:51 +02:00
parent 80b0188663
commit 3f86f10a57
15 changed files with 68 additions and 79 deletions

View File

@ -94,7 +94,7 @@ int mysql_update(THD *thd,
tables.table= table;
tables.alias= table_list->alias;
if (setup_tables(update_table_list, 0) ||
if (setup_tables(update_table_list) ||
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,