diff options
author | unknown <kent@mysql.com> | 2006-04-10 14:15:02 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-04-10 14:15:02 +0200 |
commit | ff343a415ec6a3d64058295f5c1c7dd173058247 (patch) | |
tree | 6c877fa845c0406998e30b652de30c9006189060 /mysql-test/mysql-test-run.pl | |
parent | 1572a0bf2f2945840fcac3436e2df899da079a0a (diff) | |
download | mariadb-git-ff343a415ec6a3d64058295f5c1c7dd173058247.tar.gz |
mysql-test-run.pl:
Added --ndbcluster_port for backward compatibility
make_win_src_distribution.sh:
Updated to reflect 5.1 changes
scripts/make_win_src_distribution.sh:
Updated to reflect 5.1 changes
mysql-test/mysql-test-run.pl:
Added --ndbcluster_port for backward compatibility
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 411a1f53d16..aff5bbefa3d 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -608,7 +608,7 @@ sub command_line_setup () { # Specify ports 'master_port=i' => \$opt_master_myport, 'slave_port=i' => \$opt_slave_myport, - 'ndbcluster-port=i' => \$opt_ndbcluster_port, + 'ndbcluster-port|ndbcluster_port=i' => \$opt_ndbcluster_port, 'ndbcluster-port-slave=i' => \$opt_ndbcluster_port_slave, 'manager-port=i' => \$opt_manager_port, # Currently not used 'im-port=i' => \$im_port, # Instance Manager port. |