This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
Releases: datacharmer/mysql-sandbox
Releases · datacharmer/mysql-sandbox
MySQL Sandbox 3.1.10
(From 3.1.09, which is to be disregarded)
- Added make_sandbox_from_url, which installs a sandbox from the web
- Fixed a warning about negative length of options (only fires in recent versions of Perl)
- Cleaned up test execution for environments where it can't run properly.
- Fixed a test error that made the package not-installable
MySQL Sandbox 3.1.09
- Added make_sandbox_from_url, which installs a sandbox from the web
- Fixed a warning about negative length of options (only fires in recent versions of Perl)
- Cleaned up test execution for environments where it can't run properly.
(to be removed)
MySQL-Sandbox 3.1.08
- Fixed major issue with XPlugin installation. The grants script was removing the account created by the X-plugin. Now this account is whitelisted. (https://bugs.mysql.com/bug.php?id=81257)
- Fixed minor naming in MANIFEST
- Fixed compatibility issues in deploy_to_remote_sandboxes.sh
MySQL Sandbox 3.1.07
- Added support for
$NOPASSWORD
variable in ./use script. When this variable is enabled, the client runs without a password. Useful to call it before grants are loaded. - Added option to install plugin right after the installation
- --load_plugin=plugin_name[=filename]
- Added options to execute SQL before and after loading grants
- --pre_grants_sql
- --pre_grants_file
- --post_grants_sql
- --post_grants_file
- Similar options can execute shell commands
- --pre_start_exec
- --pre_grants_exec
- --post_grants_exec
- Added test cases for the above options
MySQL Sandbox 3.1.06
- Added explicit return code to test_replication script
- Enables sbtool to remove incomplete group sandboxes
- Test_Helper now cleans environment variables before starting a test
- Added temporary support for mysqlsh
- merge contribution by kaiwangchen to fix make_sandbox_from source and make_sandbox with mysqld-debug
- Added --gtid option for make_sandbox, make_replication_sandbox, and make_multiple_sandbox
MySQL-Sandbox 3.1.05
- Fixed mismatch in version checking to determine whether to use mysql_install_db or mysqld --initialize
- Updated copyright notice
- Added test for installation method used
- Added test for generated UUID
MySQL-Sandbox 3.1.04
- Fixed wrong version comparison (affects usage of MySQL 5.7.10)
- Changed tests to use smarter version comparison
MySQL Sandbox 3.1.03
Increased timeout for 'start' script, needed when restart requires a longer time ( Issue#11.)
MySQL-Sandbox 3.1.02
Minor bugfix release
- Fixed error in UUID generation for server-id=110
- Merged change by Mark Leith to preserve mysql.sys user
- Adapted privileges test for the above change
MySQL-Sandbox 3.1.01
04-Oct-2015
- Removed message that should only appear with debug
- Modified Makefile.PL to generate correct licensing metadata
- Added port info to replication status and check-slaves (Thanks to Mark Leith)
- Changed 'create schema' to 'create' database to allow installation in MySQL 4.1 (thanks to Daniël van Eeden)
- Updated sbtool to prevent deletion of the whole sandboxes directory
- Minor changes to semi-sync plugin test
- Added debug message in make_sandbox_from_source
- Tested with MySQL 5.7.9 and MariaDB 10.1.6