~giuseppe-maxia/mysql-sandbox/mysql-sandbox-3

« back to all changes in this revision

Viewing changes to bin/make_multiple_custom_sandbox

  • Committer: g.maxia at gmail
  • Date: 2015-08-02 15:15:16 UTC
  • Revision ID: g.maxia@gmail.com-20150802151516-3blys2q56v788sc1
- Added default name for relay log files.
- Added 'show_binlog' script in each sandbox
- improved tests by getting all the version components from a single function call
- Added GTID initialization options for MySQL 5.6, 5.7, and MariaDB 10
- Added GTID enabling test for MySQL 5.6 and 5.7
- added and improved more tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
     --prompt_prefix=node$node \\
178
178
     --sandbox_port=$node_port \\
179
179
     -c server-id=10$node \\
 
180
     -c relay-log-index=mysql-relay \\
 
181
     -c relay-log=mysql-relay \\
180
182
     -c log-bin=mysql-bin $additional_node_options
181
183
     );
182
184
    if ($msb->{options}{interactive}