You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#33578113: DROP privilege on performance_schema.* can't be revoked
Description: Just like GRANT on PFS and tables within
it is allowed, REVOKE should be allowed
too.
Fix: Updated PFS_internal_schema_access::check() to
allow privilege checks to proceed as usual for
SQLCOM_REVOKE when privilege in question is
DROP_ACL.
RB: 27429
0 commit comments