summaryrefslogtreecommitdiff
path: root/mysql-test/include/mtr_check.sql
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-01-27 12:10:53 +0100
committerSergei Golubchik <sergii@pisem.net>2014-01-27 12:10:53 +0100
commitebaac51c2f047892cdfc0e30415a4880df9de2e8 (patch)
treefa61c41711c3f042ada713108d0b97c613de6d74 /mysql-test/include/mtr_check.sql
parent879a05ce3f95a2abb3d9c50459e73fdb6094ed19 (diff)
downloadmariadb-git-ebaac51c2f047892cdfc0e30415a4880df9de2e8.tar.gz
mtr: check that tests clean up debug_sync. fix tests that didn't.
Diffstat (limited to 'mysql-test/include/mtr_check.sql')
-rw-r--r--mysql-test/include/mtr_check.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/include/mtr_check.sql b/mysql-test/include/mtr_check.sql
index 7cca74d52f0..e0d4f407633 100644
--- a/mysql-test/include/mtr_check.sql
+++ b/mysql-test/include/mtr_check.sql
@@ -78,6 +78,9 @@ BEGIN
-- verify that no plugin changed its disabled/enabled state
SELECT * FROM INFORMATION_SCHEMA.PLUGINS;
+ select * from information_schema.session_variables
+ where variable_name = 'debug_sync';
+
show status like 'slave_open_temp_tables';
END||