diff options
author | mats@kindahl-laptop.dnsalias.net <> | 2007-08-16 11:43:03 +0200 |
---|---|---|
committer | mats@kindahl-laptop.dnsalias.net <> | 2007-08-16 11:43:03 +0200 |
commit | 1b85aab28af5ff80678275c1e53e87d556148a97 (patch) | |
tree | 2a2b54ce8c1e17f4c2fab4b3b9319d2a3cb0326b /sql/rpl_rli.h | |
parent | 1fc1bd7f5387934b3cee706914ed1ba862ef543f (diff) | |
download | mariadb-git-1b85aab28af5ff80678275c1e53e87d556148a97.tar.gz |
Minor code fixes to help Doxygen generate good documentation.
Diffstat (limited to 'sql/rpl_rli.h')
-rw-r--r-- | sql/rpl_rli.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_rli.h b/sql/rpl_rli.h index 8e5e667e6d4..c19b84ced49 100644 --- a/sql/rpl_rli.h +++ b/sql/rpl_rli.h @@ -122,7 +122,7 @@ public: pthread_cond_t start_cond, stop_cond, data_cond; /* parent Master_info structure */ - class Master_info *mi; + Master_info *mi; /* Needed to deal properly with cur_log getting closed and re-opened with |