Commit 18830d78 authored by Sergei Golubchik's avatar Sergei Golubchik

mtr: move if(unix_socket) test to include/have_unix_socket.inc

parent 627005d8
--source include/not_embedded.inc
if (!$AUTH_SOCKET_SO) {
skip No unix_socket plugin;
}
if (!$USER) {
skip USER variable is undefined;
}
--source include/not_embedded.inc
if (!$AUTH_SOCKET_SO) {
skip No auth_socket plugin;
}
--source include/have_unix_socket.inc
let $plugindir=`SELECT @@global.plugin_dir`;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment