| MySQL 5.6.14 Source Code Document
    | 

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 } | 
Definition in file rpl_slave.h.
| #define MASTER_DELAY_MAX (0x7FFFFFFF) | 
MASTER_DELAY can be at most (1 << 31) - 1.
Definition at line 24 of file rpl_slave.h.