Commit 29393eaf authored by unknown's avatar unknown

Minor code fixes to help Doxygen generate good documentation.


sql/rpl_rli.h:
  Removing redundant "class" keyword.
parent 9a7658a3
...@@ -122,7 +122,7 @@ class Relay_log_info : public Slave_reporting_capability ...@@ -122,7 +122,7 @@ class Relay_log_info : public Slave_reporting_capability
pthread_cond_t start_cond, stop_cond, data_cond; pthread_cond_t start_cond, stop_cond, data_cond;
/* parent Master_info structure */ /* parent Master_info structure */
class Master_info *mi; Master_info *mi;
/* /*
Needed to deal properly with cur_log getting closed and re-opened with Needed to deal properly with cur_log getting closed and re-opened with
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment