Fixed auth_socket static compilation
This commit is contained in:
parent
90ea014585
commit
3402f7a853
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user