diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-03-19 09:56:46 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-03-19 09:56:46 +0100 |
commit | 94c97e5b68c83b4ade57a8739c1ba91a6e844279 (patch) | |
tree | 2d6a7f267c1ef319c87a4511a1c0cbac86e67585 /plugin/sql_errlog | |
parent | cdf6d3ec047d3094e6c0d7bbd87cc70ddd349782 (diff) | |
download | mariadb-git-94c97e5b68c83b4ade57a8739c1ba91a6e844279.tar.gz |
update plugins' maturity levels:
old plugins get STABLE
newer plugins get GAMMA
those that had bugs recently get BETA
Diffstat (limited to 'plugin/sql_errlog')
-rw-r--r-- | plugin/sql_errlog/sql_errlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/sql_errlog/sql_errlog.c b/plugin/sql_errlog/sql_errlog.c index 5ff1279a2fe..1c7e141c022 100644 --- a/plugin/sql_errlog/sql_errlog.c +++ b/plugin/sql_errlog/sql_errlog.c @@ -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; |