diff options
Diffstat (limited to 'sql/rpl_rli.h')
-rw-r--r-- | sql/rpl_rli.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/rpl_rli.h b/sql/rpl_rli.h index 17b807e9882..8e5e667e6d4 100644 --- a/sql/rpl_rli.h +++ b/sql/rpl_rli.h @@ -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 |