update plugins' maturity levels

This commit is contained in:
Sergei Golubchik 2016-03-11 08:59:51 +01:00
commit 3fdc6140a3
21 changed files with 89 additions and 89 deletions

View file

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