summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
authorbell@laptop.sanja.is.com.ua <>2003-08-19 20:14:35 +0300
committerbell@laptop.sanja.is.com.ua <>2003-08-19 20:14:35 +0300
commitdd9cbce47bc33a90016375cf0ad6fed12f92d029 (patch)
tree095650183fd0ccdaa33b61c73f3a08954efac80b /sql/sql_update.cc
parent85f397781bc32fbc2edb82ce57e46cd613a591f0 (diff)
parent9333e292ecbbb0de33e5249b218c58ccdd2971e3 (diff)
downloadmariadb-git-dd9cbce47bc33a90016375cf0ad6fed12f92d029.tar.gz
merge
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r--sql/sql_update.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc
index 5a6b5523cd3..c8bc8f87340 100644
--- a/sql/sql_update.cc
+++ b/sql/sql_update.cc
@@ -91,6 +91,7 @@ int mysql_update(THD *thd,
bzero((char*) &tables,sizeof(tables)); // For ORDER BY
tables.table= table;
+ tables.alias= table_list->alias;
if (setup_tables(update_table_list) ||
setup_conds(thd,update_table_list,&conds) ||