This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
dbdeployer 1.3.0
Support for MySQL 8.0.11 and more
ADJUSTMENTS:
- Added support for mysqlx plugin being enabled by default (MySQL 8.0.11+)
- Added flag "--disable-mysqlx" to disable mysqlx plugin (8.0.11+)
NEW FEATURES:
- Added scripts use_all_masters and use_all_slaves to all replication sandboxes.
- Added option --verbosity={0,1,2} to unpack command.
BUGS FIXED:
- Fixed Issue#10 "dbdeployer unpack does not handle symlinks"
- Fixed minor bug in documentation test builder.
TESTING
- Added tests for number of ports, log errors, use_all_masters, use_all_slaves, running processes.
- Added options to stop tests after a given set of operations.
- Removed restriction on running 5.6 tests in docker for Mac.