mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
try harder to link unix_socket plugin statically
fix unix_socket tests to work if unix_socket is a built-in
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
install plugin unix_socket soname 'auth_socket.so';
|
||||
#
|
||||
# with named user
|
||||
#
|
||||
@ -28,4 +27,3 @@ USER@localhost @% test
|
||||
#
|
||||
delete from mysql.user where user='';
|
||||
FLUSH PRIVILEGES;
|
||||
uninstall plugin unix_socket;
|
||||
|
Reference in New Issue
Block a user