An attempt to fix event_bugs.test failure on Debian

(Bug#26338 "events_bugs.test fail on Debian")
This commit is contained in:
kostja@vajra.(none) 2007-05-16 16:01:14 +04:00
parent 37843864da
commit 35ad681618
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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 ;|