Is it possible to have mysql client protocol return the OS username and allow the protocol to backward compatible?

Looking to see if reasonable to provide same functionality as Oracle does with
select sys_context( 'userenv', 'os_user' ) from dual;