This section documents all changes and bug fixes applied since the release of 1.1.0.
Bugs Fixed
The mysqldbcopy and mysqldbexport commands now support GTIDs. (Bug #15867353)
The mysqlrpladmin failover and GTID features, and mysqlfailover, would fail to function properly with MySQL Server 5.6.9+ due to renamed identifiers in MySQL. (Bug #14802229)
The Utility commands would fail to function when a database version contained non-numeric characters, such as 5.1.46sp1. (Bug #14735026)
Exporting data with empty string fields could emit errors and cause mysqldbexport to not function. (Bug #14711624)
Executing mysqldbcompare on a MySQL Server version lower than 5.1.30 would throw an unhandled exception. (Bug #14711565)
mysqlfailover now reports GTID information for the master. (Bug #14021584)
mysqlfailover would sometimes fail to promote a slave when the master was shut down. (Bug #14021584)
Passing in file names instead of table names to the
mysqlfailover option
--master-info-repository is no longer
supported. Doing so will halt operations.
(Bug #14031924)
mysqldiskusage would fail to function on an
installation without orphaned (empty) databases when passing in
the --empty parameter.
(Bug #13559593)
