From b802826fc90d3f6039bab1af2842d6a5009f4aa0 Mon Sep 17 00:00:00 2001 From: "msvensson@shellback.(none)" <> Date: Wed, 1 Mar 2006 15:22:47 +0100 Subject: [PATCH] Dont' run the mysql_protocols on Windows --- mysql-test/t/mysql_protocols.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/t/mysql_protocols.test b/mysql-test/t/mysql_protocols.test index 0253c2b5d17..5eba780420c 100644 --- a/mysql-test/t/mysql_protocols.test +++ b/mysql-test/t/mysql_protocols.test @@ -1,5 +1,7 @@ # Embedded server doesn't support external clients --source include/not_embedded.inc +# Windows does not have SOCKET, but will try to create a PIPE as well as MEMORY +--source include/not_windows.inc # test for Bug #4998 "--protocol doesn't reject bad values"