summaryrefslogtreecommitdiff
path: root/mysql-test/r/events.result
diff options
context:
space:
mode:
authorunknown <thek@adventure.(none)>2007-08-23 15:37:55 +0200
committerunknown <thek@adventure.(none)>2007-08-23 15:37:55 +0200
commit55d65833cabf91bd62d8065840a2eadc1c784ded (patch)
treef0beb405dec9be793d8441d69624bafb2bd944e6 /mysql-test/r/events.result
parent7dd4e789586bef5141e1a1d4da4b7efc271708aa (diff)
downloadmariadb-git-55d65833cabf91bd62d8065840a2eadc1c784ded.tar.gz
Bug#28285 Test "events_bugs" has instable results of "select /*1*/ ... from processlist"
Test case contains possible race conditions. This patch fixes these race conditions and also adjust the test to execute according to its documentation. mysql-test/r/events.result: Modified test case to fit test documentation mysql-test/t/events.test: Modified test case to fit test documentation
Diffstat (limited to 'mysql-test/r/events.result')
-rw-r--r--mysql-test/r/events.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/events.result b/mysql-test/r/events.result
index 579f5907882..be67e2acc7b 100644
--- a/mysql-test/r/events.result
+++ b/mysql-test/r/events.result
@@ -499,6 +499,9 @@ set global event_scheduler=off;
select /*4*/ user, host, db, command, state, info from information_schema.processlist where (command!='Daemon' || user='event_scheduler') and (info is null or info not like '%processlist%') order by info;
user host db command state info
root localhost events_test Connect User lock select get_lock("test_lock2_1", 20)
+select release_lock("test_lock2_1");
+release_lock("test_lock2_1")
+1
drop event закачка21;
create table t_16 (s1 int);
create trigger t_16_bi before insert on t_16 for each row create event e_16 on schedule every 1 second do set @a=5;