Details
-
Bug
-
Status: Open (View Workflow)
-
Trivial
-
Resolution: Unresolved
-
10.4(EOL), 10.5
-
None
-
FreeBSD 13
Description
Other versions are likely affected too, I didn't check
CURRENT_TEST: plugins.multiauth
|
--- /usr/home/ec2-user/mariadb-server/mysql-test/suite/plugins/r/multiauth.result 2022-02-02 01:36:26.000000000 +0000
|
+++ /usr/home/ec2-user/mariadb-server/mysql-test/suite/plugins/r/multiauth.reject 2022-02-02 17:14:06.117624000 +0000
|
@@ -181,7 +181,7 @@
|
CREATE USER for mysqltest1@%
|
CREATE USER `mysqltest1`@`%` IDENTIFIED VIA ed25519 USING 'F4aF8bw7130VaRbdLCl4f/P/wkjDmgJXwWvpJ5gmsZc'
|
# no plugin = failure
|
-mysqltest: Could not open connection 'default': 1045 Plugin client_ed25519 could not be loaded: <PLUGINDIR>/no/client_ed25519.so: cannot open shared object file: No such file or directory
|
+mysqltest: Could not open connection 'default': 1045 Plugin client_ed25519 could not be loaded: Cannot open "<PLUGINDIR>/no/client_ed25519.so"
|
alter user mysqltest1 identified via ed25519 as password("good") OR mysql_native_password as password("works");
|
show create user mysqltest1;
|
CREATE USER for mysqltest1@%
|