mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Mark gssapi plugin as stable. No open bug reports, and no further work planned, thus stable is accurate
This commit is contained in:
parent
29db3b5e5c
commit
683b88e66a
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ maria_declare_plugin(gssapi_server)
|
|||
NULL, /* status variables */
|
||||
system_variables, /* system variables */
|
||||
"1.0",
|
||||
MariaDB_PLUGIN_MATURITY_BETA
|
||||
MariaDB_PLUGIN_MATURITY_STABLE
|
||||
}
|
||||
maria_declare_plugin_end;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue