mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
ndb_port_base is obsolete with WL#2278
This commit is contained in:
@@ -1023,10 +1023,8 @@ sub ndbcluster_install () {
|
||||
}
|
||||
mtr_report("Install ndbcluster");
|
||||
my $ndbcluster_opts= $opt_bench ? "" : "--small";
|
||||
my $ndbcluster_port_base= $opt_ndbcluster_port + 2;
|
||||
if ( mtr_run("$glob_mysql_test_dir/ndb/ndbcluster",
|
||||
["--port=$opt_ndbcluster_port",
|
||||
"--port-base=$ndbcluster_port_base",
|
||||
"--data-dir=$glob_mysql_test_dir/var",
|
||||
$ndbcluster_opts,
|
||||
"--initial"],
|
||||
@@ -1067,7 +1065,6 @@ sub ndbcluster_stop () {
|
||||
{
|
||||
return;
|
||||
}
|
||||
my $ndbcluster_port_base= $opt_ndbcluster_port + 2;
|
||||
# FIXME, we want to _append_ output to file $file_ndb_testrun_log instead of /dev/null
|
||||
mtr_run("$glob_mysql_test_dir/ndb/ndbcluster",
|
||||
["--port=$opt_ndbcluster_port",
|
||||
|
||||
Reference in New Issue
Block a user