#At file:///home/acorreia/workspace.sun/repository.mysql/bzrwork/bug-40337/push-to-mysql-6.0-rpl/ based on revid:alfranio.correia@stripped
2816 Alfranio Correia 2009-02-18
Post-fix for BUG#40337.
modified:
sql/rpl_mi.h
=== modified file 'sql/rpl_mi.h'
--- a/sql/rpl_mi.h 2009-02-17 23:06:00 +0000
+++ b/sql/rpl_mi.h 2009-02-18 19:13:27 +0000
@@ -82,7 +82,6 @@ class Master_info : public Slave_reporti
THD *io_thd;
MYSQL* mysql;
uint32 file_id; /* for 3.23 load data infile */
- Relay_log_info rli;
uint port;
uint connect_retry;
float heartbeat_period; // interface with CHANGE MASTER or master.info
@@ -106,13 +105,13 @@ class Master_info : public Slave_reporti
*/
long clock_diff_with_master;
-
/*
* Keeps track of the number of events before fsyncing.
* The option --sync-master-info determines how many
* events should happen before fsyncing.
*/
uint sync_counter;
+ Relay_log_info rli;
};
void init_master_log_pos(Master_info* mi);