diff options
author | unknown <kostja@bodhi.(none)> | 2007-08-15 20:11:16 +0400 |
---|---|---|
committer | unknown <kostja@bodhi.(none)> | 2007-08-15 20:11:16 +0400 |
commit | 8f060c1d731ad267083ac0c70aaf1da629330800 (patch) | |
tree | a71885cfa242eb0b55c7f5c94a6b1cda1e2aa71d /sql/slave.h | |
parent | 7691bbbfe31750df01aab8f8643e6b9a2b76a3aa (diff) | |
download | mariadb-git-8f060c1d731ad267083ac0c70aaf1da629330800.tar.gz |
Add replication group (comments).
Diffstat (limited to 'sql/slave.h')
-rw-r--r-- | sql/slave.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sql/slave.h b/sql/slave.h index 731728bde4f..791f95ef7ae 100644 --- a/sql/slave.h +++ b/sql/slave.h @@ -16,6 +16,12 @@ #ifndef SLAVE_H #define SLAVE_H +/** + @defgroup Replication Replication + @{ + + @file +*/ #ifdef HAVE_REPLICATION #include "log.h" @@ -214,6 +220,8 @@ extern I_List<THD> threads; #define SLAVE_IO 1 #define SLAVE_SQL 2 -#endif - +/** + @} (end of group Replication) +*/ +#endif |