初版
This commit is contained in:
19
build/lib/mysql/mysql-test/t/named_pipe.test
Normal file
19
build/lib/mysql/mysql-test/t/named_pipe.test
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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;
|
||||
}
|
||||
|
||||
# Connect using named pipe for testing
|
||||
connect(pipe_con,localhost,root,,,,,PIPE);
|
||||
|
||||
# Source select test case
|
||||
-- source include/common-tests.inc
|
||||
|
||||
connection default;
|
||||
disconnect pipe_con;
|
||||
Reference in New Issue
Block a user