mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 07:15:33 +02:00
update plugins' maturity levels:
old plugins get STABLE newer plugins get GAMMA those that had bugs recently get BETA
This commit is contained in:
parent
cdf6d3ec04
commit
94c97e5b68
16 changed files with 30 additions and 34 deletions
|
|
@ -143,7 +143,7 @@ maria_declare_plugin(query_response_time)
|
|||
NULL,
|
||||
query_response_time_info_vars,
|
||||
"1.0",
|
||||
MariaDB_PLUGIN_MATURITY_ALPHA
|
||||
MariaDB_PLUGIN_MATURITY_GAMMA
|
||||
},
|
||||
{
|
||||
MYSQL_AUDIT_PLUGIN,
|
||||
|
|
@ -158,6 +158,6 @@ maria_declare_plugin(query_response_time)
|
|||
NULL,
|
||||
NULL,
|
||||
"1.0",
|
||||
MariaDB_PLUGIN_MATURITY_ALPHA
|
||||
MariaDB_PLUGIN_MATURITY_GAMMA
|
||||
}
|
||||
maria_declare_plugin_end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue