1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Fix mcs170_session_functions_maxscale test

This commit is contained in:
Timofey Turenko
2024-08-20 12:51:54 +03:00
committed by Leonid Fedorov
parent b7dbf89482
commit cfe95ea846

View File

@ -7,10 +7,10 @@ CONNECTION_ID() > 0
1
SELECT CURRENT_USER();
CURRENT_USER()
testUser@max
testUser@%
SELECT USER();
USER()
testUser@%
testUser@max
SELECT SESSION_USER();
SESSION_USER()
testUser@max