mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
f4661f34a6
No more string matching
12 lines
262 B
Text
12 lines
262 B
Text
|
|
#
|
|
# This test is executed once after each test to check the servers
|
|
# for unexpected warnings found in the servers error log
|
|
#
|
|
--disable_query_log
|
|
call mtr.check_warnings(@result);
|
|
if (`select @result = 0`){
|
|
skip OK;
|
|
}
|
|
echo Found warnings;
|
|
--enable_query_log
|