mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
Merge 10.1 into 10.2
This commit is contained in:
commit
a78476d342
39 changed files with 701 additions and 600 deletions
|
|
@ -208,6 +208,10 @@ sub mtr_report_test ($) {
|
|||
{
|
||||
mtr_report("[ skipped ]");
|
||||
}
|
||||
if ( $tinfo->{'warnings'} )
|
||||
{
|
||||
mtr_report($tinfo->{'warnings'});
|
||||
}
|
||||
}
|
||||
elsif ($result eq 'MTR_RES_PASSED')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue