Skip to content

Commit

Permalink
MDEV-16665 ed25519 describes itself as 1.0-alpha even though it's not…
Browse files Browse the repository at this point in the history
… alpha.

Plugin version name fixed.
  • Loading branch information
Alexey Botchkov committed Aug 30, 2018
1 parent 2ad51a0 commit c933970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mysql-test/suite/plugins/r/auth_ed25519.result
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ PLUGIN_DESCRIPTION Elliptic curve ED25519 based authentication
PLUGIN_LICENSE GPL
LOAD_OPTION ON
PLUGIN_MATURITY Stable
PLUGIN_AUTH_VERSION 1.0-alpha
PLUGIN_AUTH_VERSION 1.0
create user test1@localhost identified via ed25519 using 'ZIgUREUg5PVgQ6LskhXmO+eZLS0nC8be6HPjYWR4YJY';
show grants for test1@localhost;
Grants for test1@localhost
Expand Down
2 changes: 1 addition & 1 deletion plugin/auth_ed25519/server_ed25519.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ maria_declare_plugin(ed25519)
0x0100,
NULL,
NULL,
"1.0-alpha",
"1.0",
MariaDB_PLUGIN_MATURITY_STABLE
}
maria_declare_plugin_end;
Expand Down

0 comments on commit c933970

Please sign in to comment.