~dveeden/mysql-sandbox/mysql-sandbox

« back to all changes in this revision

Viewing changes to lib/MySQL/Sandbox.pm

  • Committer: Giuseppe Maxia
  • Date: 2009-05-09 08:04:44 UTC
  • Revision ID: g.maxia@gmail.com-20090509080444-jy8a330el0mt425a
Tags: 3.0
- 3.0.00 GA release
- no code modification. Same codebase as 2.0.99f
- completed cookbook (41 recipes in MySQL::Sandbox::Recipes)
- added script_templates directory (No modification in current version, just preparation for 3.1.xx)
- added drafts directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
                    get_ranges
20
20
                    get_option_file_contents ) ;
21
21
 
22
 
our $VERSION="2.0.99f";
 
22
our $VERSION="3.0.00";
23
23
our $DEBUG;
24
24
 
25
25
BEGIN {
695
695
 make_sandbox 5.0.79 --check_port
696
696
 # Creates a sandbox with port 5081 under $SANDBOX_HOME/msb_5_0_79_b
697
697
 
 
698
Notice that this option is disabled when you use a group sandbox (replication or multiple). Even if you set NODE_OPTIONS=--check_port, it won't be used, because every group sandbox invokes make_sandbox with the --no_check_port option.
 
699
 
698
700
=head3 Multiple sandbox port checking
699
701
 
700
702
When you create a multiple sandbox (make_replication_sandbox,