From 55e776d14565ea6ee9841612069c24f6b8a3023c Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 26 Aug 2003 17:41:40 +0200 Subject: Post-merge fixes. --- sql/sql_update.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_update.cc') diff --git a/sql/sql_update.cc b/sql/sql_update.cc index fb19c53ec2b..6a047fe4544 100644 --- a/sql/sql_update.cc +++ b/sql/sql_update.cc @@ -95,7 +95,7 @@ int mysql_update(THD *thd, if (setup_tables(update_table_list) || setup_conds(thd,update_table_list,&conds) || - thd->lex.select_lex->setup_ref_array(thd, 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)) -- cgit v1.2.1