Description
According to SQL standard SESSION_USER and CURRENT_USER behavior differs for routines:
- CURRENT_USER inside a routine should return security definer of a routine, e.g. owner identity
- SESSION_USER inside a routine should return connected user.