MXS-1075: MariaDB 10 Slave registration with GTID

New SQL commands are handled for MariaDB 10 slave registration with GTID
This commit is contained in:
MassimilianoPinto
2017-03-06 08:56:26 +01:00
parent 1061344de9
commit 4e8bf1106b
5 changed files with 88 additions and 10 deletions

View File

@ -449,6 +449,8 @@ typedef struct router_slave
char lsi_binlog_name[BINLOG_FNAMELEN + 1]; /*< Which binlog file */
uint32_t lsi_binlog_pos; /*< What position */
void *encryption_ctx; /*< Encryption context */
bool gtid_strict_mode;/*< MariaDB 10 Slave sets gtid_strict_mode */
char *mariadb_gtid; /*< MariaDB 10 Slave connects with GTID */
#if defined(SS_DEBUG)
skygw_chk_t rses_chk_tail;
#endif