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 #31077699: NORMAL USER CAN CREATE VIEW/PROC/TRIG WITH
DEFINER=USER_WITH_SYSTEM_USER_PRIV
RB#24132
The fetch of the ACL map for the current user was done based on the
login user and not the authenticated user. This caused artificially
created execution contexts that lack the login user being set to find the
wrong ACL map.
Fixed by using the privileged user instead.
0 commit comments