Bug #17827378 - MTR DOES NOT REPORT IF A TEST FAILS TO DROP CREATED EVENTS

This commit is contained in:
sayantan dutta 2013-12-12 12:20:57 +05:30
parent 9418fea133
commit 1bc36178c6

View File

@ -74,6 +74,13 @@ BEGIN
show status like 'slave_open_temp_tables';
-- Dump all events, there should be none
SELECT * FROM INFORMATION_SCHEMA.EVENTS;
-- Dump all triggers, there should be none
SELECT * FROM INFORMATION_SCHEMA.TRIGGERS;
-- Dump all created procedures, there should be none
SELECT * FROM INFORMATION_SCHEMA.ROUTINES;
END||
--