mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Check warnings in servers error log as part of test case
This commit is contained in:
parent
95d9608d3e
commit
433c1c3d7b
24 changed files with 593 additions and 319 deletions
8
mysql-test/include/check-warnings.test
Normal file
8
mysql-test/include/check-warnings.test
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
#
|
||||
# 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();
|
||||
--enable_query_log
|
||||
Loading…
Add table
Add a link
Reference in a new issue