summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
authorguilhem@mysql.com <>2006-05-17 22:16:51 +0200
committerguilhem@mysql.com <>2006-05-17 22:16:51 +0200
commitc1b11edfacde817bf2020cb803d6772c68b39dbe (patch)
tree23750d40df5c778265a021b945810d2edf3a2379 /sql/log_event.h
parent398ce9e7caa7209c07d9ee57e7656901ee97656d (diff)
downloadmariadb-git-c1b11edfacde817bf2020cb803d6772c68b39dbe.tar.gz
Removing the binlog-show-xid option as it was only a temporary solution until we have replace-regex which we have now.
That option was used to suppress the XID from the output of SHOW BINLOG EVENTS (to create a repeatable testsuite), was available only in debug builds, and was explicitely marked as "may be removed in future versions" in mysqld --help. Idea of the removal approved by the replication team.
Diffstat (limited to 'sql/log_event.h')
-rw-r--r--sql/log_event.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/log_event.h b/sql/log_event.h
index b24686514e3..cd58dacf147 100644
--- a/sql/log_event.h
+++ b/sql/log_event.h
@@ -1221,9 +1221,6 @@ class Xid_log_event: public Log_event
bool write(IO_CACHE* file);
#endif
bool is_valid() const { return 1; }
-#if !defined(DBUG_OFF) && !defined(MYSQL_CLIENT)
- static my_bool show_xid;
-#endif
};
/*****************************************************************************