Vallishp opened a new pull request, #39575:
URL: https://github.com/apache/doris/pull/39575

   ## Proposed changes
   
   Issue Number: close #39574
   
   Added support for new scalar function session_user()
   
   mysql> select  SESSION_USER();
   +--------------------+
   | session_user()     |
   +--------------------+
   | 'root'@'127.0.0.1' |
   +--------------------+
   1 row in set (0.01 sec)
   
   mysql> select  session_user();
   +--------------------+
   | session_user()     |
   +--------------------+
   | 'root'@'127.0.0.1' |
   +--------------------+
   1 row in set (0.00 sec)
   
   mysql> 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to