Commit 2dc95d59 authored by sayantan dutta's avatar sayantan dutta

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

parent c90cdf5d
......@@ -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||
--
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment