summaryrefslogtreecommitdiff
path: root/sql/slave.h
diff options
context:
space:
mode:
authormalff/marcsql@weblab.(none) <>2007-08-20 11:13:31 -0600
committermalff/marcsql@weblab.(none) <>2007-08-20 11:13:31 -0600
commit1c27dd1d676cdfb3cc6c3b3a235bcce68dfb117f (patch)
tree5264f4fde1ef2dee84ed7addfcb088f73b9247ef /sql/slave.h
parent76d173fa9df9384c40f4ef368977aeac6381c7b7 (diff)
parentf87e6b866f8ca49c93bf115929080064e46f91ea (diff)
downloadmariadb-git-1c27dd1d676cdfb3cc6c3b3a235bcce68dfb117f.tar.gz
Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base
into weblab.(none):/home/marcsql/TREE/mysql-5.1-rt-merge
Diffstat (limited to 'sql/slave.h')
-rw-r--r--sql/slave.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/sql/slave.h b/sql/slave.h
index 6cc0481f512..68b00f65ded 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"
@@ -213,6 +219,8 @@ extern I_List<THD> threads;
#define SLAVE_IO 1
#define SLAVE_SQL 2
-#endif
-
+/**
+ @} (end of group Replication)
+*/
+#endif