diff options
author | Andrei Elkin <aelkin@mysql.com> | 2009-11-30 14:34:39 +0200 |
---|---|---|
committer | Andrei Elkin <aelkin@mysql.com> | 2009-11-30 14:34:39 +0200 |
commit | a6f2076c03bf0b39d7c8f42655b4c6ffe7f3ecb3 (patch) | |
tree | c5510a774ac5e8722c26070e21e3d266d6408381 /mysql-test/t/named_pipe.test | |
parent | 71a1b1e755074fa816369a7967ed9bd2758e9f55 (diff) | |
parent | c5a30828067468d08007bdb36903e411652c8e4b (diff) | |
download | mariadb-git-a6f2076c03bf0b39d7c8f42655b4c6ffe7f3ecb3.tar.gz |
merging from 5.1 to rep+2 starting at gca(5.1, next-mr) == build@mysql.com-20091104182209-iui387z35159aoyw
Diffstat (limited to 'mysql-test/t/named_pipe.test')
-rw-r--r-- | mysql-test/t/named_pipe.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/named_pipe.test b/mysql-test/t/named_pipe.test index e3dfd24bb52..e88fd8e1ef8 100644 --- a/mysql-test/t/named_pipe.test +++ b/mysql-test/t/named_pipe.test @@ -9,6 +9,11 @@ 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; |