1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

added option for relative pat in ndb config

added option for verbose ndb startup
This commit is contained in:
tomas@poseidon.ndb.mysql.com
2006-01-23 10:42:02 +01:00
parent 78b722b58c
commit 92c93523dd
3 changed files with 25 additions and 7 deletions

View File

@ -1371,7 +1371,8 @@ sub ndbcluster_install () {
"--data-dir=$opt_vardir",
"--verbose=2",
$ndbcluster_opts,
"--initial"],
"--initial",
"--relative-config-data-dir"],
"", "", "", "") )
{
mtr_error("Error ndbcluster_install");
@ -1463,7 +1464,8 @@ sub ndbcluster_install_slave () {
"--verbose=2",
"--small",
"--ndbd-nodes=1",
"--initial"],
"--initial",
"--relative-config-data-dir"],
"", "", "", "") )
{
mtr_error("Error ndbcluster_install_slave");