Skip to content

Commit 82ba33a

Browse files
committed
Merge branch '11.8' into 12.3
2 parents 55b3dce + e47db94 commit 82ba33a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mysql-test/main/events_processlist.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# MDEV-34482 visibility of event worker threads to non-privileded user
33
#
44
call mtr.add_suppression("Event Scheduler: .*Query execution was interrupted");
5+
call mtr.add_suppression("Event Scheduler: .*Unknown event 'e'");
56
CREATE USER u@localhost;
67
GRANT EVENT ON *.* TO u@localhost;
78
SET GLOBAL event_scheduler = ON;

mysql-test/main/events_processlist.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
--echo #
66

77
call mtr.add_suppression("Event Scheduler: .*Query execution was interrupted");
8+
call mtr.add_suppression("Event Scheduler: .*Unknown event 'e'");
89

910
# Verify that a user without PROCESS privilege can see their own events
1011
# run by event scheduler.

0 commit comments

Comments
 (0)