mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Mark gssapi plugin as stable. No open bug reports, and no further work planned, thus stable is accurate
This commit is contained in:
@ -177,7 +177,7 @@ maria_declare_plugin(gssapi_server)
|
|||||||
NULL, /* status variables */
|
NULL, /* status variables */
|
||||||
system_variables, /* system variables */
|
system_variables, /* system variables */
|
||||||
"1.0",
|
"1.0",
|
||||||
MariaDB_PLUGIN_MATURITY_BETA
|
MariaDB_PLUGIN_MATURITY_STABLE
|
||||||
}
|
}
|
||||||
maria_declare_plugin_end;
|
maria_declare_plugin_end;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user