diff options
Diffstat (limited to 'mysql-test/include/check-warnings.test')
-rw-r--r-- | mysql-test/include/check-warnings.test | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/include/check-warnings.test b/mysql-test/include/check-warnings.test new file mode 100644 index 00000000000..5b451550456 --- /dev/null +++ b/mysql-test/include/check-warnings.test @@ -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 |