diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-06-21 09:43:05 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-06-28 15:46:57 +0200 |
commit | 16c14d7ba05ed3ad6ce1f3a8e0447d6304a7e636 (patch) | |
tree | 97ea2033216a15eccb17039dae6c127e65f69332 /plugin | |
parent | 44d1cada126a740abf745be53f485de29feb54a3 (diff) | |
download | mariadb-git-16c14d7ba05ed3ad6ce1f3a8e0447d6304a7e636.tar.gz |
mark ed25519 stable
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/auth_ed25519/server_ed25519.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/auth_ed25519/server_ed25519.c b/plugin/auth_ed25519/server_ed25519.c index ac443b43b09..7720a0a4074 100644 --- a/plugin/auth_ed25519/server_ed25519.c +++ b/plugin/auth_ed25519/server_ed25519.c @@ -102,7 +102,7 @@ maria_declare_plugin(ed25519) NULL, NULL, "1.0-alpha", - MariaDB_PLUGIN_MATURITY_BETA + MariaDB_PLUGIN_MATURITY_STABLE } maria_declare_plugin_end; |