summaryrefslogtreecommitdiff
path: root/mysql-test/r
diff options
context:
space:
mode:
authorkostja@vajra.(none) <>2007-05-16 16:01:14 +0400
committerkostja@vajra.(none) <>2007-05-16 16:01:14 +0400
commit35ad681618fc8763d5778772e0057176dcf0a88e (patch)
treeb0e6c08d60dd71fe640fdc3e9bc0a5bb7a5ca0d6 /mysql-test/r
parent37843864da1a67c737c3a0f1fd8219c5b52b851f (diff)
downloadmariadb-git-35ad681618fc8763d5778772e0057176dcf0a88e.tar.gz
An attempt to fix event_bugs.test failure on Debian
(Bug#26338 "events_bugs.test fail on Debian")
Diffstat (limited to 'mysql-test/r')
-rw-r--r--mysql-test/r/events_bugs.result1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/events_bugs.result b/mysql-test/r/events_bugs.result
index c4053bcfb47..5b48e3ea142 100644
--- a/mysql-test/r/events_bugs.result
+++ b/mysql-test/r/events_bugs.result
@@ -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;