mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
fix plugin.multiauth test for FreeBSD
remove AIX support, as 10.4 is not tested on AIX, so cannot test a regex
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
--source include/not_ubsan.inc
|
||||
--source include/platform.inc
|
||||
#
|
||||
# MDEV-11340 Allow multiple alternative authentication methods for the same user
|
||||
#
|
||||
@ -182,7 +181,7 @@ eval $dreplace, mysqltest1;
|
||||
create user mysqltest1 identified via ed25519 as password("good");
|
||||
show create user mysqltest1;
|
||||
--echo # no plugin = failure
|
||||
--replace_result $plugindir <PLUGINDIR>
|
||||
--replace_regex /loaded: .*client_ed25519.so: cannot open shared object file: No such file or directory/loaded: no such file/ /loaded: Cannot open.*client_ed25519.so./loaded: no such file/
|
||||
--error 1
|
||||
--exec $try_auth -u mysqltest1 -pgood --plugin-dir=$plugindir/no
|
||||
alter user mysqltest1 identified via ed25519 as password("good") OR mysql_native_password as password("works");
|
||||
|
Reference in New Issue
Block a user