diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2018-08-31 13:47:48 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2018-08-31 15:10:02 +0300 |
commit | 206528f722799b04708c60a71b59d75bd32bdeb3 (patch) | |
tree | d59cf6cdc943a797bc9ef901865da3566c27d93a /mysql-test/suite/plugins | |
parent | b245023fe0bc6fa0bd6e2dfa9352b30b71d0d27d (diff) | |
parent | f693170c75a1f39f3f06aca683fe4a1998785008 (diff) | |
download | mariadb-git-206528f722799b04708c60a71b59d75bd32bdeb3.tar.gz |
Merge 10.1 into 10.2
Diffstat (limited to 'mysql-test/suite/plugins')
-rw-r--r-- | mysql-test/suite/plugins/r/auth_ed25519.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/plugins/r/auth_ed25519.result b/mysql-test/suite/plugins/r/auth_ed25519.result index ee9320bbc6c..4785bef3ef7 100644 --- a/mysql-test/suite/plugins/r/auth_ed25519.result +++ b/mysql-test/suite/plugins/r/auth_ed25519.result @@ -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 |