This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for MySQL 8.0.11 and bug fixes
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.
- Loading branch information
1 parent
77f1831
commit 97c96fe
Showing
23 changed files
with
1,097 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,8 @@ status_all | |
restart_all | ||
stop_all | ||
use_all | ||
use_all_masters | ||
use_all_slaves | ||
clear_all | ||
m | ||
s1, s2, n1, n2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.