mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
mtr: move if(unix_socket) test to include/have_unix_socket.inc
This commit is contained in:
10
mysql-test/include/have_unix_socket.inc
Normal file
10
mysql-test/include/have_unix_socket.inc
Normal file
@ -0,0 +1,10 @@
|
||||
--source include/not_embedded.inc
|
||||
|
||||
if (!$AUTH_SOCKET_SO) {
|
||||
skip No unix_socket plugin;
|
||||
}
|
||||
|
||||
if (!$USER) {
|
||||
skip USER variable is undefined;
|
||||
}
|
||||
|
Reference in New Issue
Block a user