mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Minor code fixes to help Doxygen generate good documentation.
sql/rpl_rli.h: Removing redundant "class" keyword.
This commit is contained in:
parent
9a7658a3c2
commit
29393eafdb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue