summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
diff options
context:
space:
mode:
authorHe Zhenxing <hezx@mysql.com>2008-08-26 18:07:56 +0800
committerHe Zhenxing <hezx@mysql.com>2008-08-26 18:07:56 +0800
commit6b85127976e39bc9d8d835b5c875fe241d061f41 (patch)
treebf1069afa8a5aebfcfa88d80c1c4e917a05c20e1 /sql/sql_class.cc
parent923f61039ef220b59adf39bf8e9696fc7e533ddc (diff)
downloadmariadb-git-6b85127976e39bc9d8d835b5c875fe241d061f41.tar.gz
Cherry picking post fixes for BUG#37051
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r--sql/sql_class.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc
index e342e739865..4712caa5d1b 100644
--- a/sql/sql_class.cc
+++ b/sql/sql_class.cc
@@ -514,6 +514,7 @@ THD::THD()
lock_id(&main_lock_id),
user_time(0), in_sub_stmt(0),
binlog_table_maps(0), binlog_flags(0UL),
+ table_map_for_update(0),
arg_of_last_insert_id_function(FALSE),
first_successful_insert_id_in_prev_stmt(0),
first_successful_insert_id_in_prev_stmt_for_binlog(0),