diff options
author | unknown <msvensson@shellback.(none)> | 2006-03-01 15:22:47 +0100 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2006-03-01 15:22:47 +0100 |
commit | ab13e772d6ca83ae85941091391d6be6d78141d4 (patch) | |
tree | a55e529a2e2c769625f57cc5d45b8cf844569a01 /mysql-test/t/mysql_protocols.test | |
parent | 69012c7524a376303924395e5713cf355145e4c6 (diff) | |
download | mariadb-git-ab13e772d6ca83ae85941091391d6be6d78141d4.tar.gz |
Dont' run the mysql_protocols on Windows
Diffstat (limited to 'mysql-test/t/mysql_protocols.test')
-rw-r--r-- | mysql-test/t/mysql_protocols.test | 2 |
1 files changed, 2 insertions, 0 deletions
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" |