summaryrefslogtreecommitdiff
path: root/plugin/userstat
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-09-05 17:11:14 +0200
committerSergei Golubchik <serg@mariadb.org>2016-09-05 17:11:14 +0200
commit61fd38a1de5b24b1b86e42a191379cddd782404d (patch)
treeae33ccc2a20c7c3a09831fef307069f9b5665121 /plugin/userstat
parent362ad94bb0068178c018e826db1fc6bfa56ea712 (diff)
downloadmariadb-git-61fd38a1de5b24b1b86e42a191379cddd782404d.tar.gz
update plugin maturities
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 69832f817c1..96d926ac908 100644
--- a/plugin/userstat/userstat.cc
+++ b/plugin/userstat/userstat.cc
@@ -61,7 +61,7 @@ maria_declare_plugin(userstat)
NULL,
NULL,
"2.0",
- MariaDB_PLUGIN_MATURITY_GAMMA
+ MariaDB_PLUGIN_MATURITY_STABLE
},
{
MYSQL_INFORMATION_SCHEMA_PLUGIN,
@@ -76,7 +76,7 @@ maria_declare_plugin(userstat)
NULL,
NULL,
"2.0",
- MariaDB_PLUGIN_MATURITY_GAMMA
+ MariaDB_PLUGIN_MATURITY_STABLE
}
maria_declare_plugin_end;