1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

added --core option in mysql-test-run for ndb

This commit is contained in:
tomas@poseidon.ndb.mysql.com
2006-01-30 17:06:31 +01:00
parent 0db3ac53e7
commit 15e0955666
5 changed files with 18 additions and 21 deletions

View File

@ -1374,7 +1374,8 @@ sub ndbcluster_install () {
"--verbose=2",
$ndbcluster_opts,
"--initial",
"--relative-config-data-dir"],
"--relative-config-data-dir",
"--core"],
"", "", "", "") )
{
mtr_error("Error ndbcluster_install");
@ -1410,7 +1411,8 @@ sub ndbcluster_start ($) {
if ( mtr_run("$glob_mysql_test_dir/ndb/ndbcluster",
["--port=$opt_ndbcluster_port",
"--data-dir=$opt_vardir",
"--verbose=2"],
"--verbose=2",
"--core"],
"", "/dev/null", "", "") )
{
mtr_error("Error ndbcluster_start");
@ -1467,7 +1469,8 @@ sub ndbcluster_install_slave () {
"--small",
"--ndbd-nodes=1",
"--initial",
"--relative-config-data-dir"],
"--relative-config-data-dir",
"--core"],
"", "", "", "") )
{
mtr_error("Error ndbcluster_install_slave");
@ -1501,7 +1504,8 @@ sub ndbcluster_start_slave ($) {
["--port=$opt_ndbcluster_port_slave",
"--data-dir=$opt_vardir",
"--verbose=2",
"--ndbd-nodes=1"],
"--ndbd-nodes=1",
"--core"],
"", "/dev/null", "", "") )
{
mtr_error("Error ndbcluster_start_slave");