Below is the list of changes that have just been committed into a local
5.1 repository of andrey. When andrey does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2172 06/02/24 15:28:20 andrey@lmy004. +2 -0
last second additions for bug#16411
mysql-test/t/events_microsec.test
1.2 06/02/24 15:28:10 andrey@lmy004. +1 -0
use the newly introduced I_S.PROCESSLIST to check whether the scheduler is running.
mysql-test/r/events_microsec.result
1.2 06/02/24 15:28:10 andrey@lmy004. +3 -0
update results
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: andrey
# Host: lmy004.
# Root: /work/mysql-5.1-bug16411
--- 1.1/mysql-test/r/events_microsec.result 2006-02-20 16:05:53 +01:00
+++ 1.2/mysql-test/r/events_microsec.result 2006-02-24 15:28:10 +01:00
@@ -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;
--- 1.1/mysql-test/t/events_microsec.test 2006-02-24 14:10:15 +01:00
+++ 1.2/mysql-test/t/events_microsec.test 2006-02-24 15:28:10 +01:00
@@ -49,6 +49,7 @@ SET GLOBAL event_scheduler=0;
--sleep 1
--echo "Should not be running:"
SHOW VARIABLES like 'event_scheduler';
+SELECT COUNT(*) FROM INFORMATION_SCHEMA.PROCESSLIST WHERE USER='event_scheduler';
DROP EVENT micro_test2;
drop database events_test;
| Thread |
|---|
| • bk commit into 5.1 tree (andrey:1.2172) BUG#16411 | ahristov | 24 Feb |