summaryrefslogtreecommitdiff
path: root/mysql-test/t/named_pipe.test
blob: e3dfd24bb525f191366d25b6afab0bc70572095c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# We currently only have named pipe support on windows, so
# in order  to optimize things we skip this test on all
# other platforms
--source include/windows.inc

# Only run this test if named pipe is avaliable
let $nmp= query_get_value("SHOW VARIABLES LIKE 'named_pipe'", Value, 1);
if (`SELECT '$nmp' != 'ON'`){
  skip No named pipe support;
}

# Source select test case
-- source include/common-tests.inc