Bug #17827378 - MTR DOES NOT REPORT IF A TEST FAILS TO DROP CREATED EVENTS
This commit is contained in:
parent
9418fea133
commit
1bc36178c6
@ -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||
|
||||
|
||||
--
|
||||
|
Loading…
x
Reference in New Issue
Block a user