summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
authorHe Zhenxing <hezx@mysql.com>2008-08-26 18:01:49 +0800
committerHe Zhenxing <hezx@mysql.com>2008-08-26 18:01:49 +0800
commit923f61039ef220b59adf39bf8e9696fc7e533ddc (patch)
treec21f8cf81d40952b48da2c6d1d2fa9aec1832387 /sql/sql_update.cc
parent099a80d05a03f80a7310769f2b7b13f875ef24f9 (diff)
downloadmariadb-git-923f61039ef220b59adf39bf8e9696fc7e533ddc.tar.gz
Cherry picking patch for BUG#37051
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 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