This maintenance release allow MySQL Enterprise Backup to
leverage the new authentication feature of the
commercial MySQL 5.5.16 server release. MySQL Enterprise
Backup 3.6.1 allows the backup user to be authenticated by an
external authentication method supported by the MySQL
Server.
We have also fixed the following issues:
- If the user has given a wrong combination of options or misspelled an option, MySQL Enterprise Backup now prints a message to allow the users to diagnose the issue.
- Behavior of the incremental backup feature when used with the --only-innodb option has been corrected. If there are DDL changes between the previous backup and a new incremental backup, it is now ensured that all such DDL changes are correctly reflected when the incremental backup is restored.
- This …