Skip to content

Commit

Permalink
Fix mcs170_session_functions_maxscale test
Browse files Browse the repository at this point in the history
  • Loading branch information
timofeyturenko committed Aug 28, 2024
1 parent 63e0457 commit cfe1d9c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfe1d9c

Please sign in to comment.