MariaDB 10 master requires MariaDB 10 slaves

Only MariaDB 10 slaves can register to binblog server with a MariaDB 10
Master
This commit is contained in:
MassimilianoPinto
2015-05-11 11:43:21 +02:00
parent 230f88737c
commit f991e58b57
3 changed files with 30 additions and 3 deletions

View File

@ -498,6 +498,7 @@ ROUTER_SLAVE *slave;
strcpy(slave->binlogfile, "unassigned");
slave->connect_time = time(0);
slave->lastEventTimestamp = 0;
slave->mariadb10_compat = false;
/**
* Add this session to the list of active sessions.