mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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:
@@ -1,7 +1,8 @@
|
||||
--source include/not_embedded.inc
|
||||
|
||||
if (!$AUTH_SOCKET_SO) {
|
||||
skip No unix_socket plugin;
|
||||
if (`select count(*) = 0 from information_schema.plugins where plugin_name = 'unix_socket' and plugin_status='active'`)
|
||||
{
|
||||
--skip Needs unix_socket plugin
|
||||
}
|
||||
|
||||
if (!$USER) {
|
||||
|
1
mysql-test/include/have_unix_socket.opt
Normal file
1
mysql-test/include/have_unix_socket.opt
Normal file
@@ -0,0 +1 @@
|
||||
--plugin-load-add=$AUTH_SOCKET_SO --loose-enable-unix-socket
|
Reference in New Issue
Block a user