1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

mtr: check that tests clean up debug_sync. fix tests that didn't.

This commit is contained in:
Sergei Golubchik
2014-01-27 12:10:53 +01:00
parent 879a05ce3f
commit ebaac51c2f
15 changed files with 17 additions and 3 deletions

View File

@@ -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||