summaryrefslogtreecommitdiff
path: root/storage/maria
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-02-27 12:00:16 +0100
committerSergei Golubchik <sergii@pisem.net>2014-02-27 12:00:16 +0100
commit05aba79e981cfeb7e7b68bb31739ab8d443c4aea (patch)
tree049beb1e97a6aaa3c755bb2f9f0bf155a1fb4642 /storage/maria
parent98c0659150e8d0bc17cfe05361d3c03c64f181c4 (diff)
downloadmariadb-git-05aba79e981cfeb7e7b68bb31739ab8d443c4aea.tar.gz
MDEV-4447 MariaDB sources should have unix-style line endings everywhere
Diffstat (limited to 'storage/maria')
-rwxr-xr-xstorage/maria/ma_test_force_start.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/ma_test_force_start.pl b/storage/maria/ma_test_force_start.pl
index 8148b2f212b..8e56d6edeed 100755
--- a/storage/maria/ma_test_force_start.pl
+++ b/storage/maria/ma_test_force_start.pl
@@ -43,7 +43,7 @@ my $error_log_name= "./var/log/master.err";
my @cmd_output;
my $whatever; # garbage data
$ENV{MTR_VERSION} = 1; # MTR2 does not have --start-and-exit
-my $base_server_cmd= "perl mysql-test-run.pl --mysqld=--aria-force-start-after-recovery-failures=$force_after --suite=maria maria.maria-recover ";
+my $base_server_cmd= "perl mysql-test-run.pl --mysqld=--aria-force-start-after-recovery-failures=$force_after --suite=maria maria.maria-recover ";
if ($^O =~ /^mswin/i)
{
print <<EOF;