summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.(none)>2006-06-01 13:20:34 +0200
committerunknown <msvensson@shellback.(none)>2006-06-01 13:20:34 +0200
commit8e87d3be42194701757e670bb8da791cb5cdc225 (patch)
tree234df786664e8d7535d100489ed4afe824171dcc /mysql-test/mysql-test-run.pl
parent1885ab01b46152e38e6dbf4eaa70c232725674d4 (diff)
downloadmariadb-git-8e87d3be42194701757e670bb8da791cb5cdc225.tar.gz
Correct path for ndbd log file
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 88a00b992ec..6ac640d0873 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -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,