1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge branch '10.4' into 10.5

This commit is contained in:
Oleksandr Byelkin
2022-08-10 12:24:31 +02:00
39 changed files with 312 additions and 78 deletions

View File

@ -4613,7 +4613,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;