mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug #17827378 - MTR DOES NOT REPORT IF A TEST FAILS TO DROP CREATED EVENTS
This commit is contained in:
@ -74,6 +74,13 @@ BEGIN
|
|||||||
|
|
||||||
show status like 'slave_open_temp_tables';
|
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||
|
END||
|
||||||
|
|
||||||
--
|
--
|
||||||
|
Reference in New Issue
Block a user