Below is the list of changes that have just been committed into a local
5.1 repository of kostja. When kostja 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@stripped, 2007-05-16 15:55:53+04:00, kostja@vajra.(none) +2 -0
An attempt to fix event_bugs.test failure on Debian
(Bug#26338 "events_bugs.test fail on Debian")
mysql-test/r/events_bugs.result@stripped, 2007-05-16 15:55:50+04:00, kostja@vajra.(none) +0
-1
Update results.
mysql-test/t/events_bugs.test@stripped, 2007-05-16 15:55:50+04:00, kostja@vajra.(none) +0 -1
Make a stab at fixing events_bugs.test failure on Debian.
The problem is purely in the race inherent in the test case: an
event that was started doesn't go away fast enough and clutters the
processlist. This patch remove the part of the event that
we can not wait on synchronously (there is no table 'hashed_num'
referenced anywhere).
# 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: kostja
# Host: vajra.(none)
# Root: /opt/local/work/mysql-5.1-21483
--- 1.30/mysql-test/r/events_bugs.result 2007-04-05 20:47:17 +04:00
+++ 1.31/mysql-test/r/events_bugs.result 2007-05-16 15:55:50 +04:00
@@ -53,7 +53,6 @@ get_lock('test_bug16407', 60)
create event e_16407 on schedule every 60 second do
begin
select get_lock('test_bug16407', 60);
-drop table "hashed_num";
end|
"Now if everything is fine the event has compiled and is locked"
select /*1*/ user, host, db, info from information_schema.processlist where
command!='Daemon' and (info is null or info not like '%processlist%') order by info;
--- 1.27/mysql-test/t/events_bugs.test 2007-04-05 15:24:29 +04:00
+++ 1.28/mysql-test/t/events_bugs.test 2007-05-16 15:55:50 +04:00
@@ -87,7 +87,6 @@ delimiter |;
create event e_16407 on schedule every 60 second do
begin
select get_lock('test_bug16407', 60);
- drop table "hashed_num";
end|
delimiter ;|
| Thread |
|---|
| • bk commit into 5.1 tree (kostja:1.2523) BUG#26338 | konstantin | 16 May |