You've already forked mariadb-columnstore-engine
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:
committed by
Leonid Fedorov
parent
b7dbf89482
commit
cfe95ea846
@ -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
|
||||
|
Reference in New Issue
Block a user