Skip to content
Snippets Groups Projects
user avatar
Konstantin Osipov authored
box.session.su() changes both user and effective user right now.
Changing only the session user seems to be rather difficult:
we need to keep the object allocated somewhere, and keeping
in mind request multiplexor in iproto, with which many requests
can share the same session, it can only be Lua stack.

While at it, change current_user() to effective_user() to
make it less ambiguous.
56438fa6
History
Name Last commit Last update