Does memSQL expose the OS user like Oralce or MS SQL?

Does memSQL expose the OS user like Oracle or MS SQL? I can view the machine connection, but can I view the OS user accessing the database?

Hello,

Short answer: No.
You can run the command
select current_user;
And that will display the user name that was used in the -u parameter when logging into MemSQL.