mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Improve printout for 'found warnings' and add an exit to please mysqltest
This commit is contained in:
@ -8,5 +8,6 @@ call mtr.check_warnings(@result);
|
||||
if (`select @result = 0`){
|
||||
skip OK;
|
||||
}
|
||||
echo Found warnings;
|
||||
--enable_query_log
|
||||
echo ^ Found warnings!!;
|
||||
exit;
|
||||
|
Reference in New Issue
Block a user