MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ReplSemiSyncBase Class Reference

#include <semisync.h>

Inheritance diagram for ReplSemiSyncBase:
Collaboration diagram for ReplSemiSyncBase:

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_

Detailed Description

Base class for semi-sync master and slave classes

Definition at line 71 of file semisync.h.

Member Data Documentation

const unsigned char ReplSemiSyncBase::kSyncHeader
static
Initial value:
{ReplSemiSyncBase::kPacketMagicNum, 0}

Definition at line 74 of file semisync.h.


The documentation for this class was generated from the following files: