mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixed auth_socket static compilation
This commit is contained in:
@@ -65,6 +65,6 @@ ENDIF()
|
||||
ENDIF()
|
||||
|
||||
IF(ok)
|
||||
MYSQL_ADD_PLUGIN(auth_socket auth_socket.c MODULE_ONLY)
|
||||
MYSQL_ADD_PLUGIN(auth_socket auth_socket.c)
|
||||
ENDIF()
|
||||
|
||||
|
@@ -105,7 +105,7 @@ static struct st_mysql_auth socket_auth_handler=
|
||||
socket_auth
|
||||
};
|
||||
|
||||
maria_declare_plugin(socket_auth)
|
||||
maria_declare_plugin(auth_socket)
|
||||
{
|
||||
MYSQL_AUTHENTICATION_PLUGIN,
|
||||
&socket_auth_handler,
|
||||
|
Reference in New Issue
Block a user