MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rpl_slave.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MASTER_DELAY_MAX   (0x7FFFFFFF)
#define SLAVE_MAX_HEARTBEAT_PERIOD   4294967
#define SLAVE_IO   1
#define SLAVE_SQL   2

Enumerations

enum  SLAVE_THD_TYPE { SLAVE_THD_IO, SLAVE_THD_SQL, SLAVE_THD_WORKER }

Detailed Description

Definition in file rpl_slave.h.

Macro Definition Documentation

#define MASTER_DELAY_MAX   (0x7FFFFFFF)

MASTER_DELAY can be at most (1 << 31) - 1.

Definition at line 24 of file rpl_slave.h.