MXS-1387: checking slave connection in COM_BINLOG_DUMP phase

MXS-1387: checking slave connection in COM_BINLOG_DUMP phase
This commit is contained in:
MassimilianoPinto
2017-09-06 15:09:50 +02:00
parent 699b3909f7
commit c239477630
2 changed files with 114 additions and 78 deletions

View File

@ -116,6 +116,14 @@ enum binlog_storage_type
BLR_BINLOG_STORAGE_TREE
};
/** Conecting slave checks */
enum blr_slave_check
{
BLR_SLAVE_CONNECTING, /*< The slave starts the registration */
BLR_SLAVE_IS_MARIADB10, /*< The slave is a MariaDB10 one */
BLR_SLAVE_HAS_MARIADB10_GTID, /*< The MariaDB10 Slave has GTID request */
};
/**
* Supported Encryption algorithms
*