diff options
author | Sergei Golubchik <serg@mariadb.org> | 2022-08-10 08:59:28 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2022-08-10 09:14:17 +0200 |
commit | 9ecdf860ce12255bd79869a4f3ac9f6784fe74cf (patch) | |
tree | 02547e3fac91e5b9be268b19f068db2e25b03e7d | |
parent | 82c07fcabf039b2dc8f4b148e46bdb9662f3c0b1 (diff) | |
download | mariadb-git-9ecdf860ce12255bd79869a4f3ac9f6784fe74cf.tar.gz |
missing '
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 6882ad3e7e4..60955ac61a7 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -4709,7 +4709,7 @@ sub check_warnings ($) { $tinfo->{comment}.= "Could not execute 'check-warnings' for ". "testcase '$tname' (res: $res) server: '". - $mysqld->name() .":\n"; + $mysqld->name() ."':\n"; $tinfo->{comment}.= $report; $result= 2; |