mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Renaming MASTER_INFO to Master_info in order to follow the coding
standards (and help Doxygen generating good documentation).
This commit is contained in:
@ -121,8 +121,8 @@ public:
|
||||
*/
|
||||
pthread_cond_t start_cond, stop_cond, data_cond;
|
||||
|
||||
/* parent MASTER_INFO structure */
|
||||
class 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