diff options
author | unknown <kent@mysql.com> | 2006-02-10 19:56:34 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-02-10 19:56:34 +0100 |
commit | 8824fd1c3b9ba5b172092fd2d2b4918c1479d3a9 (patch) | |
tree | f125d3e035c5602081c4049987d6b5033202a60c /mysql-test/mysql-test-run.pl | |
parent | a183a425abd7c2a65e289e5ee4d0e080eebec2db (diff) | |
download | mariadb-git-8824fd1c3b9ba5b172092fd2d2b4918c1479d3a9.tar.gz |
mysql-test-run.pl:
Display instance manager port
mysql-test-run.sh:
Give port space for more than one slave
mysql-test/mysql-test-run.sh:
Give port space for more than one slave
mysql-test/mysql-test-run.pl:
Display instance manager port
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 0fdfcb467f2..70576b5c3df 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -1144,6 +1144,7 @@ sub environment_setup () { print "Using MASTER_MYPORT1 = $ENV{MASTER_MYPORT1}\n"; print "Using SLAVE_MYPORT = $ENV{SLAVE_MYPORT}\n"; print "Using NDBCLUSTER_PORT = $opt_ndbcluster_port\n"; + print "Using IM_PORT = $instance_manager->{'port'}\n"; print "Using IM_MYSQLD1_PORT = $ENV{'IM_MYSQLD1_PORT'}\n"; print "Using IM_MYSQLD2_PORT = $ENV{'IM_MYSQLD2_PORT'}\n"; } |