Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Releases: datacharmer/mysql-sandbox

MySQL Sandbox 3.1.10

10 Jul 19:28
Compare
Choose a tag to compare

(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

10 Jul 15:26
Compare
Choose a tag to compare
  • 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

05 Jun 04:40
Compare
Choose a tag to compare
  • 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

15 May 21:25
Compare
Choose a tag to compare
  • 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

09 May 16:46
Compare
Choose a tag to compare
  • 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

17 Jan 21:44
Compare
Choose a tag to compare
  • 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

08 Dec 19:57
Compare
Choose a tag to compare
  • Fixed wrong version comparison (affects usage of MySQL 5.7.10)
  • Changed tests to use smarter version comparison

MySQL Sandbox 3.1.03

04 Dec 17:55
Compare
Choose a tag to compare

Increased timeout for 'start' script, needed when restart requires a longer time ( Issue#11.)

MySQL-Sandbox 3.1.02

21 Nov 12:07
Compare
Choose a tag to compare

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 12:34
Compare
Choose a tag to compare

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