mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
try harder to link unix_socket plugin statically
fix unix_socket tests to work if unix_socket is a built-in
This commit is contained in:
@ -10,7 +10,6 @@ if (!$AUTH_ED25519_SO) {
|
||||
}
|
||||
|
||||
--let $plugindir=`SELECT @@global.plugin_dir`
|
||||
install soname 'auth_socket';
|
||||
install soname 'auth_ed25519';
|
||||
|
||||
--let $try_auth=$MYSQL_TEST < $MYSQLTEST_VARDIR/tmp/peercred_test.txt 2>&1
|
||||
@ -192,6 +191,5 @@ show create user mysqltest1;
|
||||
--exec $try_auth -u mysqltest1 -pworks --plugin-dir=$plugindir/no
|
||||
drop user mysqltest1;
|
||||
|
||||
uninstall soname 'auth_socket';
|
||||
uninstall soname 'auth_ed25519';
|
||||
--remove_file $MYSQLTEST_VARDIR/tmp/peercred_test.txt
|
||||
|
Reference in New Issue
Block a user