We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a144f7 commit e47db94Copy full SHA for e47db94
2 files changed
mysql-test/main/events_processlist.result
@@ -2,6 +2,7 @@
2
# MDEV-34482 visibility of event worker threads to non-privileded user
3
#
4
call mtr.add_suppression("Event Scheduler: .*Query execution was interrupted");
5
+call mtr.add_suppression("Event Scheduler: .*Unknown event 'e'");
6
CREATE USER u@localhost;
7
GRANT EVENT ON *.* TO u@localhost;
8
SET GLOBAL event_scheduler = ON;
mysql-test/main/events_processlist.test
@@ -5,6 +5,7 @@
--echo #
9
10
# Verify that a user without PROCESS privilege can see their own events
11
# run by event scheduler.
0 commit comments