diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-03-11 08:59:51 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-03-18 22:05:23 +0100 |
commit | 3fdc6140a358161e6dff054134f08333e8f9f44d (patch) | |
tree | c327b0e10d2a177d0b55ca005f032a267ad58a25 /plugin/sql_errlog | |
parent | 7cb16dc2a369058b31df1b3999989f6beff94d07 (diff) | |
download | mariadb-git-3fdc6140a358161e6dff054134f08333e8f9f44d.tar.gz |
update plugins' maturity levels
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 1c7e141c022..6ec4659d407 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_GAMMA + MariaDB_PLUGIN_MATURITY_STABLE } maria_declare_plugin_end; |