mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Code cleanup
This commit is contained in:
@ -94,8 +94,7 @@ int mysql_update(THD *thd,
|
||||
|
||||
if (setup_tables(update_table_list) ||
|
||||
setup_conds(thd,update_table_list,&conds) ||
|
||||
setup_ref_array(thd, &thd->lex.select_lex.ref_pointer_array,
|
||||
order_num) ||
|
||||
thd->lex.select_lex.setup_ref_array(thd, order_num) ||
|
||||
setup_order(thd, thd->lex.select_lex.ref_pointer_array,
|
||||
&tables, all_fields, all_fields, order) ||
|
||||
setup_ftfuncs(&thd->lex.select_lex))
|
||||
|
Reference in New Issue
Block a user