mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Correct path for ndbd log file
This commit is contained in:
@ -1686,7 +1686,7 @@ sub ndbd_start ($$$) {
|
||||
mtr_add_arg($args, "--nodaemon");
|
||||
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, "",
|
||||
$path_ndbd_log,
|
||||
$path_ndbd_log,
|
||||
|
Reference in New Issue
Block a user