summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2022-08-10 08:59:28 +0200
committerSergei Golubchik <serg@mariadb.org>2022-08-10 09:14:17 +0200
commit9ecdf860ce12255bd79869a4f3ac9f6784fe74cf (patch)
tree02547e3fac91e5b9be268b19f068db2e25b03e7d
parent82c07fcabf039b2dc8f4b148e46bdb9662f3c0b1 (diff)
downloadmariadb-git-9ecdf860ce12255bd79869a4f3ac9f6784fe74cf.tar.gz
missing '
-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 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;