Commit 3402f7a8 authored by Sergey Vojtovich's avatar Sergey Vojtovich

Fixed auth_socket static compilation

parent 90ea0145
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment