MXS-1209: added SELECT @@GLOBAL.gtid_domain_id for Master GTID registration

Master GTID registration: added first step: support for “SELECT
@@GLOBAL.gtid_domain_id”
This commit is contained in:
MassimilianoPinto
2017-05-03 14:46:41 +02:00
parent c07350e710
commit f13410bae9
4 changed files with 172 additions and 238 deletions

View File

@ -373,9 +373,6 @@ createInstance(SERVICE *service, char **options)
/* Encryption CTX */
inst->encryption_ctx = NULL;
/* MariaDB GTID repo init val */
inst->gtid_repo = NULL;
/* Set router uuid */
inst->uuid = config_copy_string(params, "uuid");