mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@@ -2,7 +2,7 @@ install plugin unix_socket soname 'auth_socket.so';
|
||||
#
|
||||
# with named user
|
||||
#
|
||||
create user USER identified via unix_socket;
|
||||
create user 'USER' identified via unix_socket;
|
||||
#
|
||||
# name match = ok
|
||||
#
|
||||
@@ -12,7 +12,7 @@ USER@localhost USER@% test
|
||||
#
|
||||
# name does not match = failure
|
||||
#
|
||||
drop user USER;
|
||||
drop user 'USER';
|
||||
#
|
||||
# and now with anonymous user
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user