mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
After-merge fix: Initialize all fields
This commit is contained in:
@@ -139,7 +139,7 @@ static struct st_mysql_sys_var *system_variables[]= {
|
|||||||
static struct st_mysql_auth server_handler= {
|
static struct st_mysql_auth server_handler= {
|
||||||
MYSQL_AUTHENTICATION_INTERFACE_VERSION,
|
MYSQL_AUTHENTICATION_INTERFACE_VERSION,
|
||||||
"auth_gssapi_client",
|
"auth_gssapi_client",
|
||||||
gssapi_auth
|
gssapi_auth, NULL, NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
maria_declare_plugin(gssapi_server)
|
maria_declare_plugin(gssapi_server)
|
||||||
|
Reference in New Issue
Block a user