1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Changed user_variables and sql_sequence to maturity state stable

This commit is contained in:
Monty
2019-02-06 16:12:12 +02:00
parent e33daef446
commit 129b2dcef3
3 changed files with 3 additions and 3 deletions

View File

@ -443,6 +443,6 @@ maria_declare_plugin(sql_sequence)
NULL, /* status variables */
NULL, /* system variables */
"1.0", /* string version */
MariaDB_PLUGIN_MATURITY_ALPHA /* maturity */
MariaDB_PLUGIN_MATURITY_STABLE /* maturity */
}
maria_declare_plugin_end;