summaryrefslogtreecommitdiff
path: root/plugin/sql_errlog/sql_errlog.c
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-03-19 09:56:46 +0100
committerSergei Golubchik <sergii@pisem.net>2014-03-19 09:56:46 +0100
commit94c97e5b68c83b4ade57a8739c1ba91a6e844279 (patch)
tree2d6a7f267c1ef319c87a4511a1c0cbac86e67585 /plugin/sql_errlog/sql_errlog.c
parentcdf6d3ec047d3094e6c0d7bbd87cc70ddd349782 (diff)
downloadmariadb-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/sql_errlog.c')
-rw-r--r--plugin/sql_errlog/sql_errlog.c2
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;