mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base
into weblab.(none):/home/marcsql/TREE/mysql-5.1-rt-merge
This commit is contained in:
12
sql/slave.h
12
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
|
||||
|
||||
/**
|
||||
@} (end of group Replication)
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user