mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Refactoring: Moved master info functionality into rpl_mi.cc to
make code easier to maintain.
This commit is contained in:
@ -99,8 +99,8 @@ typedef struct st_relay_log_info
|
||||
*/
|
||||
pthread_cond_t start_cond, stop_cond, data_cond;
|
||||
|
||||
/* parent master info structure */
|
||||
struct st_master_info *mi;
|
||||
/* parent MASTER_INFO structure */
|
||||
class MASTER_INFO *mi;
|
||||
|
||||
/*
|
||||
Needed to deal properly with cur_log getting closed and re-opened with
|
||||
|
Reference in New Issue
Block a user