mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Merge branch '10.0' into 10.1
This commit is contained in:
commit
a2bcee626d
3462 changed files with 635147 additions and 221404 deletions
|
|
@ -65,5 +65,5 @@ 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…
Add table
Add a link
Reference in a new issue