diff options
author | lars@mysql.com/black.(none) <> | 2006-10-31 16:51:51 +0100 |
---|---|---|
committer | lars@mysql.com/black.(none) <> | 2006-10-31 16:51:51 +0100 |
commit | c06f9991b72f227e6e3a46ef72d6750888fe2a10 (patch) | |
tree | 8d986b097c2fb6c6f286f60ab5099088ea20d7b0 /sql/rpl_rli.h | |
parent | c9b963cfcdb4f9200f279c008e6b3056290cd38d (diff) | |
download | mariadb-git-c06f9991b72f227e6e3a46ef72d6750888fe2a10.tar.gz |
Refactoring: Moved master info functionality into rpl_mi.cc to
make code easier to maintain.
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 479b4fcd5cb..b8b6f5ebc99 100644 --- a/sql/rpl_rli.h +++ b/sql/rpl_rli.h @@ -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 |