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:
@@ -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