summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/log_event.h')
-rw-r--r--sql/log_event.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/log_event.h b/sql/log_event.h
index 4bd496af2a4..0275b02dd49 100644
--- a/sql/log_event.h
+++ b/sql/log_event.h
@@ -809,6 +809,12 @@ public:
bool cache_stmt;
+ /**
+ A storage to cache the global system variable's value.
+ Handling of a separate event will be governed its member.
+ */
+ ulong slave_exec_mode;
+
#ifndef MYSQL_CLIENT
THD* thd;