summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
authorunknown <pem@mysql.telia.com>2003-08-26 17:41:40 +0200
committerunknown <pem@mysql.telia.com>2003-08-26 17:41:40 +0200
commit55e776d14565ea6ee9841612069c24f6b8a3023c (patch)
treee00ec7150a2654f1664e7aa2eba806887f08ee30 /sql/sql_update.cc
parent138f0adf2d47c995b9e4aca96147c6afe59fdfa7 (diff)
downloadmariadb-git-55e776d14565ea6ee9841612069c24f6b8a3023c.tar.gz
Post-merge fixes.
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r--sql/sql_update.cc2
1 files changed, 1 insertions, 1 deletions
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))