Commit 55b01023 authored by Sergei Golubchik's avatar Sergei Golubchik

promote server_audit and sequence plugins to stable

parent 0c64cd83
...@@ -1653,7 +1653,7 @@ maria_declare_plugin(server_audit) ...@@ -1653,7 +1653,7 @@ maria_declare_plugin(server_audit)
audit_status, audit_status,
vars, vars,
PLUGIN_STR_VERSION, PLUGIN_STR_VERSION,
MariaDB_PLUGIN_MATURITY_BETA MariaDB_PLUGIN_MATURITY_STABLE
} }
maria_declare_plugin_end; maria_declare_plugin_end;
......
...@@ -376,7 +376,7 @@ maria_declare_plugin(sequence) ...@@ -376,7 +376,7 @@ maria_declare_plugin(sequence)
NULL, NULL,
NULL, NULL,
"0.1", "0.1",
MariaDB_PLUGIN_MATURITY_GAMMA MariaDB_PLUGIN_MATURITY_STABLE
} }
maria_declare_plugin_end; maria_declare_plugin_end;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment