summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorHe Zhenxing <zhenxing.he@sun.com>2009-03-05 18:10:44 +0800
committerHe Zhenxing <zhenxing.he@sun.com>2009-03-05 18:10:44 +0800
commitb4fdb8aec14b533db4a5ea2f99c1a9f3ce07946c (patch)
treec6ec33b757dfff8d69335ab97419c2842f1f61cb /sql/sql_class.h
parent62d5d85c5d19b113b772ecadbf32f198831b543b (diff)
downloadmariadb-git-b4fdb8aec14b533db4a5ea2f99c1a9f3ce07946c.tar.gz
BUG#37051 Replication rules not evaluated correctly
Backporting patch to 5.0.
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index cc7ef7809d4..3e3dfcd08fa 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -1358,6 +1358,13 @@ public:
Note: in the parser, stmt_arena == thd, even for PS/SP.
*/
Query_arena *stmt_arena;
+
+ /*
+ map for tables that will be updated for a multi-table update query
+ statement, for other query statements, this will be zero.
+ */
+ table_map table_map_for_update;
+
/*
next_insert_id is set on SET INSERT_ID= #. This is used as the next
generated auto_increment value in handler.cc