update plugins' maturity levels:

old plugins get STABLE
newer plugins get GAMMA
those that had bugs recently get BETA
This commit is contained in:
Sergei Golubchik 2014-03-19 09:56:46 +01:00
commit 94c97e5b68
16 changed files with 30 additions and 34 deletions

View file

@ -158,6 +158,6 @@ maria_declare_plugin(sql_errlog)
NULL,
vars,
"1.0",
MariaDB_PLUGIN_MATURITY_ALPHA
MariaDB_PLUGIN_MATURITY_GAMMA
}
maria_declare_plugin_end;