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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/log_event.h b/sql/log_event.h
index 4e193232f4b..23f794f69b7 100644
--- a/sql/log_event.h
+++ b/sql/log_event.h
@@ -319,6 +319,7 @@ class String;
#define Q_INVOKER 11
#define Q_HRNOW 128
+#define Q_XID 129
/* Intvar event post-header */
@@ -2118,6 +2119,8 @@ public:
statement, for other query statements, this will be zero.
*/
ulonglong table_map_for_update;
+ /* Xid for the event, if such exists */
+ ulonglong xid;
/*
Holds the original length of a Query_log_event that comes from a
master of version < 5.0 (i.e., binlog_version < 4). When the IO