pub fn is_rbac_enabled_for_session(
    system_vars: &SystemVars,
    session: &Session
) -> bool
Expand description

Returns true if RBAC is turned on for a session, false otherwise.