summaryrefslogtreecommitdiff
path: root/sql/log.h
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2013-03-27 19:29:59 +0100
committerunknown <knielsen@knielsen-hq.org>2013-03-27 19:29:59 +0100
commitb0389850a55f16787b183130eee4b8d34eaede29 (patch)
tree11f63df4cce3c8906ebdcb494c2134863ed408b1 /sql/log.h
parent0fdbdde4747445cfb0d7fbc2e8fc0e766be70c8b (diff)
downloadmariadb-git-b0389850a55f16787b183130eee4b8d34eaede29.tar.gz
MDEV-26: Global transaction ID.
Test crashing the master, check that it recovers the binlog state. Fix one bug introduced by previous commit (crash-recoved binlog state was overwritten by loading stale binlog state file). Fix Windows build error.
Diffstat (limited to 'sql/log.h')
-rw-r--r--sql/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log.h b/sql/log.h
index c9d3b47e837..2b841d1287e 100644
--- a/sql/log.h
+++ b/sql/log.h
@@ -396,7 +396,7 @@ private:
( ((ulong)(c)>>1) == BINLOG_COOKIE_DUMMY_ID )
class binlog_cache_mngr;
-class rpl_gtid;
+struct rpl_gtid;
class MYSQL_BIN_LOG: public TC_LOG, private MYSQL_LOG
{
private: