summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index 23dc458f97a..f188287a001 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -19549,7 +19549,9 @@ static void test_mdev4326()
myquery(rc);
}
+/* Test uses MYSQL_PROTOCOL_SOCKET, not on Windows */
+#ifndef _WIN32
/**
BUG#17512527: LIST HANDLING INCORRECT IN MYSQL_PRUNE_STMT_LIST()
*/
@@ -19590,7 +19592,7 @@ static void test_bug17512527()
mysql_stmt_close(stmt2);
mysql_stmt_close(stmt1);
}
-
+#endif
/*