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:
12
sql/slave.h
12
sql/slave.h
@ -16,6 +16,12 @@
|
|||||||
#ifndef SLAVE_H
|
#ifndef SLAVE_H
|
||||||
#define SLAVE_H
|
#define SLAVE_H
|
||||||
|
|
||||||
|
/**
|
||||||
|
@defgroup Replication Replication
|
||||||
|
@{
|
||||||
|
|
||||||
|
@file
|
||||||
|
*/
|
||||||
#ifdef HAVE_REPLICATION
|
#ifdef HAVE_REPLICATION
|
||||||
|
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
@ -214,6 +220,8 @@ extern I_List<THD> threads;
|
|||||||
#define SLAVE_IO 1
|
#define SLAVE_IO 1
|
||||||
#define SLAVE_SQL 2
|
#define SLAVE_SQL 2
|
||||||
|
|
||||||
|
/**
|
||||||
|
@} (end of group Replication)
|
||||||
|
*/
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user