summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2006-04-10 14:15:02 +0200
committerunknown <kent@mysql.com>2006-04-10 14:15:02 +0200
commitff343a415ec6a3d64058295f5c1c7dd173058247 (patch)
tree6c877fa845c0406998e30b652de30c9006189060 /mysql-test/mysql-test-run.pl
parent1572a0bf2f2945840fcac3436e2df899da079a0a (diff)
downloadmariadb-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-xmysql-test/mysql-test-run.pl2
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.