MySQL 5.6.14 Source Code Document
|
#include <semisync.h>
Static Public Attributes | |
static const unsigned char | kSyncHeader [2] |
static const unsigned char | kPacketMagicNum = 0xef |
static const unsigned char | kPacketFlagSync = 0x01 |
Static Public Attributes inherited from Trace | |
static const unsigned long | kTraceFunction = 0x0040 |
static const unsigned long | kTraceGeneral = 0x0001 |
static const unsigned long | kTraceDetail = 0x0010 |
static const unsigned long | kTraceNetWait = 0x0020 |
Additional Inherited Members | |
Public Member Functions inherited from Trace | |
void | function_enter (const char *func_name) |
int | function_exit (const char *func_name, int exit_code) |
Trace (unsigned long trace_level) | |
Public Attributes inherited from Trace | |
unsigned long | trace_level_ |
Base class for semi-sync master and slave classes
Definition at line 71 of file semisync.h.
|
static |
Definition at line 74 of file semisync.h.