diff options
author | unknown <andrey@lmy004.> | 2006-02-24 15:28:20 +0100 |
---|---|---|
committer | unknown <andrey@lmy004.> | 2006-02-24 15:28:20 +0100 |
commit | db8392d67d7ef8f0e5c336d48ed3ab8ba2f7c014 (patch) | |
tree | 58aabaa67a7e3d5738cb294318f93f46cb8d8623 /mysql-test/r/events_microsec.result | |
parent | b1793d9c1300618329b8ca0e8a8ac1e5850acebe (diff) | |
download | mariadb-git-db8392d67d7ef8f0e5c336d48ed3ab8ba2f7c014.tar.gz |
last second additions for bug#16411
mysql-test/r/events_microsec.result:
update results
mysql-test/t/events_microsec.test:
use the newly introduced I_S.PROCESSLIST to check whether the scheduler is running.
Diffstat (limited to 'mysql-test/r/events_microsec.result')
-rw-r--r-- | mysql-test/r/events_microsec.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/events_microsec.result b/mysql-test/r/events_microsec.result index e31720d0aaa..ed15b066b93 100644 --- a/mysql-test/r/events_microsec.result +++ b/mysql-test/r/events_microsec.result @@ -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; |