Misc fixes for bin log rotate issues

This commit is contained in:
Mark Riddoch
2014-05-28 23:38:54 +01:00
parent 97bb1638ad
commit 4b5f801ff9
5 changed files with 78 additions and 28 deletions

View File

@ -248,6 +248,8 @@ static char *blrs_states[] = { "Created", "Unregistered", "Registered",
*/
#define CS_READING 0x0001
#define CS_INNERLOOP 0x0002
#define CS_UPTODATE 0x0004
#define CS_EXPECTCB 0x0008
/**
* MySQL protocol OpCodes needed for replication