mariadb10 compatibility test without GTID
First implementation of mariadb10 compatibility test without GTID State machine to be modified for mysql5.6/mariadb10 compatibility router options for mariadb10 slave registration still missing
This commit is contained in:
@ -395,7 +395,7 @@ static char *blrs_states[] = { "Created", "Unregistered", "Registered",
|
||||
#define ANONYMOUS_GTID_EVENT 0x22
|
||||
#define PREVIOUS_GTIDS_EVENT 0x23
|
||||
|
||||
#define MAX_EVENT_TYPE 0x23
|
||||
#define MAX_EVENT_TYPE 0xa3
|
||||
|
||||
/**
|
||||
* Binlog event flags
|
||||
|
Reference in New Issue
Block a user