diff options
author | unknown <knielsen@knielsen-hq.org> | 2011-05-03 14:44:25 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2011-05-03 14:44:25 +0200 |
commit | 284f52476c33dca8bfb3a3408e751eebd1a10ccb (patch) | |
tree | 33d55f1c5a5d0525f51ef0549fa5c6c5f58e5dbd /sql/rpl_mi.h | |
parent | 8ac88c88f0038350064429fda626233260eb6721 (diff) | |
parent | 014b8e7f435e495151fe0ef2cfd5e93d1a398ce5 (diff) | |
download | mariadb-git-284f52476c33dca8bfb3a3408e751eebd1a10ccb.tar.gz |
Merge MWL#180, binlog checksum backport, into MariaDB 5.3-based tree.
Diffstat (limited to 'sql/rpl_mi.h')
-rw-r--r-- | sql/rpl_mi.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/rpl_mi.h b/sql/rpl_mi.h index d63432545e5..5cac5284d9d 100644 --- a/sql/rpl_mi.h +++ b/sql/rpl_mi.h @@ -83,6 +83,12 @@ class Master_info : public Slave_reporting_capability Relay_log_info rli; uint port; uint connect_retry; + /* + to hold checksum alg in use until IO thread has received FD. + Initialized to novalue, then set to the queried from master + @@global.binlog_checksum and deactivated once FD has been received. + */ + uint8 checksum_alg_before_fd; #ifndef DBUG_OFF int events_till_disconnect; #endif |