1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

last second additions for bug#16411

This commit is contained in:
andrey@lmy004.
2006-02-24 15:28:20 +01:00
parent b6f338e9e5
commit 79c9ba9ee5
2 changed files with 4 additions and 0 deletions

View File

@ -52,5 +52,8 @@ SET GLOBAL event_scheduler=0;
SHOW VARIABLES like 'event_scheduler';
Variable_name Value
event_scheduler OFF
SELECT COUNT(*) FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER='event_scheduler';
COUNT(*)
0
DROP EVENT micro_test2;
drop database events_test;