summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorRasmus Johansson <razze@iki.fi>2017-05-22 13:33:37 +0300
committerGitHub <noreply@github.com>2017-05-22 13:33:37 +0300
commit2c69c428a70334a53d20c77602161e6f14677a38 (patch)
tree455ed41241cc4c96ff72af632d49dc0bdac906e9 /plugin
parent90c52e5291b3ad0935df7da56ec0fcbf530733b4 (diff)
downloadmariadb-git-2c69c428a70334a53d20c77602161e6f14677a38.tar.gz
Changing maturity to stable
Additional tests have been done and conclusion was to update maturity to stable
Diffstat (limited to 'plugin')
-rw-r--r--plugin/aws_key_management/aws_key_management_plugin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/aws_key_management/aws_key_management_plugin.cc b/plugin/aws_key_management/aws_key_management_plugin.cc
index d7a948369f5..365c5caf198 100644
--- a/plugin/aws_key_management/aws_key_management_plugin.cc
+++ b/plugin/aws_key_management/aws_key_management_plugin.cc
@@ -621,6 +621,6 @@ maria_declare_plugin(aws_key_management)
NULL,
settings,
"1.0",
- MariaDB_PLUGIN_MATURITY_BETA
+ MariaDB_PLUGIN_MATURITY_STABLE
}
maria_declare_plugin_end;