mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Correct path for ndbd log file
This commit is contained in:
parent
1885ab01b4
commit
8e87d3be42
1 changed files with 1 additions and 1 deletions
|
@ -1686,7 +1686,7 @@ sub ndbd_start ($$$) {
|
||||||
mtr_add_arg($args, "--nodaemon");
|
mtr_add_arg($args, "--nodaemon");
|
||||||
mtr_add_arg($args, "$extra_args");
|
mtr_add_arg($args, "$extra_args");
|
||||||
|
|
||||||
my $path_ndbd_log= "$cluster->{'data_dir'}/\l$cluster->{'name'}_ndbd_$idx.log";
|
my $path_ndbd_log= "$cluster->{'data_dir'}/ndb_{$idx+1}.log";
|
||||||
$pid= mtr_spawn($exe_ndbd, $args, "",
|
$pid= mtr_spawn($exe_ndbd, $args, "",
|
||||||
$path_ndbd_log,
|
$path_ndbd_log,
|
||||||
$path_ndbd_log,
|
$path_ndbd_log,
|
||||||
|
|
Loading…
Reference in a new issue