summaryrefslogtreecommitdiff
path: root/plugin/auth_ed25519
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-06-28 22:21:50 +0200
committerSergei Golubchik <serg@mariadb.org>2018-06-28 22:46:12 +0200
commit1dd3c8f8ba49ec06e550d7376d27ff05ce024bec (patch)
treee9130a52d9bf7218c93e2599959fd6fc371617cf /plugin/auth_ed25519
parent04677f44c7a0faee366de265c92175daadf45bc9 (diff)
parent45cabf10175da1ae2d158ea17ccd6e19f461d6f4 (diff)
downloadmariadb-git-1dd3c8f8ba49ec06e550d7376d27ff05ce024bec.tar.gz
Merge branch '10.1' into 10.2
Diffstat (limited to 'plugin/auth_ed25519')
-rw-r--r--plugin/auth_ed25519/server_ed25519.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/auth_ed25519/server_ed25519.c b/plugin/auth_ed25519/server_ed25519.c
index e3f00409ae3..8870c271b18 100644
--- a/plugin/auth_ed25519/server_ed25519.c
+++ b/plugin/auth_ed25519/server_ed25519.c
@@ -101,7 +101,7 @@ maria_declare_plugin(ed25519)
NULL,
NULL,
"1.0-alpha",
- MariaDB_PLUGIN_MATURITY_BETA
+ MariaDB_PLUGIN_MATURITY_STABLE
}
maria_declare_plugin_end;