diff options
author | mats@kindahl-laptop.dnsalias.net <> | 2007-08-16 08:52:50 +0200 |
---|---|---|
committer | mats@kindahl-laptop.dnsalias.net <> | 2007-08-16 08:52:50 +0200 |
commit | 1fc1bd7f5387934b3cee706914ed1ba862ef543f (patch) | |
tree | 5b834668a43070a4ce118cd314f79d229abc5a76 /sql/rpl_rli.h | |
parent | 9c4ef25c55861b403dbc964b32a4297f03c8ba66 (diff) | |
download | mariadb-git-1fc1bd7f5387934b3cee706914ed1ba862ef543f.tar.gz |
Renaming MASTER_INFO to Master_info in order to follow the coding
standards (and help Doxygen generating good documentation).
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 |