diff options
author | He Zhenxing <hezx@mysql.com> | 2008-08-26 18:01:49 +0800 |
---|---|---|
committer | He Zhenxing <hezx@mysql.com> | 2008-08-26 18:01:49 +0800 |
commit | 923f61039ef220b59adf39bf8e9696fc7e533ddc (patch) | |
tree | c21f8cf81d40952b48da2c6d1d2fa9aec1832387 /sql/sql_update.cc | |
parent | 099a80d05a03f80a7310769f2b7b13f875ef24f9 (diff) | |
download | mariadb-git-923f61039ef220b59adf39bf8e9696fc7e533ddc.tar.gz |
Cherry picking patch for BUG#37051
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r-- | sql/sql_update.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc index 637bc00fe8a..b9ad88ee663 100644 --- a/sql/sql_update.cc +++ b/sql/sql_update.cc @@ -1000,7 +1000,7 @@ reopen_tables: DBUG_RETURN(TRUE); } - tables_for_update= get_table_map(fields); + thd->table_map_for_update= tables_for_update= get_table_map(fields); /* Setup timestamp handling and locking mode |