1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Add replication group (comments).

This commit is contained in:
kostja@bodhi.(none)
2007-08-15 20:11:16 +04:00
parent 2537a87fb5
commit 4f97c96eb2

View File

@ -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
/**
@} (end of group Replication)
*/
#endif