Fixed auth_socket static compilation

This commit is contained in:
Sergey Vojtovich 2015-12-18 16:31:05 +04:00
parent 90ea014585
commit 3402f7a853
2 changed files with 2 additions and 2 deletions

View File

@ -65,6 +65,6 @@ ENDIF()
ENDIF() ENDIF()
IF(ok) IF(ok)
MYSQL_ADD_PLUGIN(auth_socket auth_socket.c MODULE_ONLY) MYSQL_ADD_PLUGIN(auth_socket auth_socket.c)
ENDIF() ENDIF()

View File

@ -105,7 +105,7 @@ static struct st_mysql_auth socket_auth_handler=
socket_auth socket_auth
}; };
maria_declare_plugin(socket_auth) maria_declare_plugin(auth_socket)
{ {
MYSQL_AUTHENTICATION_PLUGIN, MYSQL_AUTHENTICATION_PLUGIN,
&socket_auth_handler, &socket_auth_handler,