mysql-cluster-8.0.20
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.