mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Changed user_variables and sql_sequence to maturity state stable
This commit is contained in:
@ -7,7 +7,7 @@ PLUGIN_AUTHOR Sergey Vojtovich
|
||||
PLUGIN_DESCRIPTION User-defined variables
|
||||
PLUGIN_LICENSE GPL
|
||||
LOAD_OPTION ON
|
||||
PLUGIN_MATURITY Gamma
|
||||
PLUGIN_MATURITY Stable
|
||||
SHOW CREATE TABLE INFORMATION_SCHEMA.USER_VARIABLES;
|
||||
Table Create Table
|
||||
user_variables CREATE TEMPORARY TABLE `user_variables` (
|
||||
|
@ -135,6 +135,6 @@ maria_declare_plugin(user_variables)
|
||||
NULL,
|
||||
NULL,
|
||||
"1.0",
|
||||
MariaDB_PLUGIN_MATURITY_GAMMA
|
||||
MariaDB_PLUGIN_MATURITY_STABLE
|
||||
}
|
||||
maria_declare_plugin_end;
|
||||
|
Reference in New Issue
Block a user