lp://staging/~ccharles/mysql-sandbox/mysql-sandbox-3-ecosystem
- Get this branch:
- bzr branch lp://staging/~ccharles/mysql-sandbox/mysql-sandbox-3-ecosystem
Branch merges
Branch information
Recent revisions
- 43. By Giuseppe Maxia
-
- incompatible change: default mask for msandbox user is now '127.%' instead of '%'. You can resume the old mask with --remote_access='%'
- added low privilege users msandbox_ro (SELECT EXECUTE), msandbox_rw (SELECT INSERT UPDATE CREATE DROP LOCK EXECUTE), and rsandbox (REPLICATION SLAVE)
- fixed bug in test_smoke (assumed 2 directories after cleaning, but 5.5 has also performance_schema) - 42. By Giuseppe Maxia
-
- added a 'msb' script to each sandbox, to mimick the mysql.server script
- fixed test visualization bug for Mac OSX with case insensitive storage
- fixed algorithm to convert version number to ports
- fixed test suite for MySQL 5.5 (can't disable innodb for testing)
- Added a 'rsandbox' user with REPLICATION SLAVE grants for replication systems
- fixed minor problems in the test suite about testing on Windows
- added a prototype for MySQL Cluster integration - 41. By Giuseppe Maxia
-
- fixed minor problems in the test suite about testing on Windows
- added a prototype for MySQL Cluster integration - 40. By Giuseppe Maxia
-
- Fixed bug in test_sandbox. When a test evaluates only the result code and there is no output from a failing command, test_result was not able to detect the failure.
- fixed bug in test_sandbox. Due to a change in behavior in the mysql client, where './use -B -N' with a \G terminated query does not show the headers since 5.1.43, We need to take into account the pre and post fix behaviors in the test.
- Integrated set_plugins into sbtool
- Updated documentation
- added tests for innodb plugin installation
- added tests for semi-synch plugin installation
- Fixed bug in 'stop' script. It did not accept $MYCLIENT_OPTION
- Fixed bug#487864 - tar was using '--help' instead of '--version' to detect the supported version.
- Fixed bug in sbtool. It did not display credits in the help.
- Added test to skip testing on Windows.
- added instrumentation to all MySQL Sandbox scripts. If you set the $SBINSTR environment variable with the name of a file, all sandbox scripts will write an entry to that file with their run time params. - 39. By Giuseppe Maxia
-
- fixed bug in test_sandbox. Due to a change in behavior in the mysql client, where './use -B -N' with a \G terminated query does not show the headers since 5.1.43, We need to take into account the pre and post fix behaviors in the test.
- Integrated set_plugins into sbtool
- Updated documentation - 38. By Giuseppe Maxia
-
- Fixed bug in ./clear script. In version 5.5 and bigger, it erased the performance_schema database, which should not be removed. If it exists, its tables are now truncated.
- Fixed bug in ./clear script. The removal of databases was not executed in a clean mode.
- Added a script to install plugins in ./drafts - 37. By Giuseppe Maxia
-
- added a check in the 'start' script to verify that mysqld_safe exists and does can run properly.
- Added an exit code to the 'start' script to alert when the server does not start
- added help to make_sandbox_from_installed. Added /usr/sbin as source directory
- added instructions to the 'clear' script to remove functions and plugins - 36. By Giuseppe Maxia
-
- Fixed make_sandbox_
from_source failure due to changes in modified configure.in (Thanks to Padraig O'Sullivan for noticing)
- modified the "USING" file, which now includes the Sandbox version
- Changed default test version from 5.0.77 to 5.0.86
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)