summaryrefslogtreecommitdiff
path: root/plugin/userstat
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-03-11 08:59:51 +0100
committerSergei Golubchik <serg@mariadb.org>2016-03-18 22:05:23 +0100
commit3fdc6140a358161e6dff054134f08333e8f9f44d (patch)
treec327b0e10d2a177d0b55ca005f032a267ad58a25 /plugin/userstat
parent7cb16dc2a369058b31df1b3999989f6beff94d07 (diff)
downloadmariadb-git-3fdc6140a358161e6dff054134f08333e8f9f44d.tar.gz
update plugins' maturity levels
Diffstat (limited to 'plugin/userstat')
-rw-r--r--plugin/userstat/userstat.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/userstat/userstat.cc b/plugin/userstat/userstat.cc
index 6ffee44f43c..69832f817c1 100644
--- a/plugin/userstat/userstat.cc
+++ b/plugin/userstat/userstat.cc
@@ -31,7 +31,7 @@ maria_declare_plugin(userstat)
NULL,
NULL,
"2.0",
- MariaDB_PLUGIN_MATURITY_GAMMA
+ MariaDB_PLUGIN_MATURITY_STABLE
},
{
MYSQL_INFORMATION_SCHEMA_PLUGIN,
@@ -46,7 +46,7 @@ maria_declare_plugin(userstat)
NULL,
NULL,
"2.0",
- MariaDB_PLUGIN_MATURITY_GAMMA
+ MariaDB_PLUGIN_MATURITY_STABLE
},
{
MYSQL_INFORMATION_SCHEMA_PLUGIN,