mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user