From 14b62752e0cef66d7e5e84fb0311325aa1841a45 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 21 Dec 2005 06:02:04 +0100 Subject: mysql-test-run.pl: Don't run "mysqlslap" on Windows mysqlslap.test: We don't run "mysqlslap" on Windows mysql.sln: Removed build of "client/mysqlslap.c" on Windows VC++Files/mysql.sln: Removed build of "client/mysqlslap.c" on Windows mysql-test/t/mysqlslap.test: We don't run "mysqlslap" on Windows mysql-test/mysql-test-run.pl: Don't run "mysqlslap" on Windows --- mysql-test/t/mysqlslap.test | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/t/mysqlslap.test') diff --git a/mysql-test/t/mysqlslap.test b/mysql-test/t/mysqlslap.test index c9a53fe6d0a..2998a63b52e 100644 --- a/mysql-test/t/mysqlslap.test +++ b/mysql-test/t/mysqlslap.test @@ -1,5 +1,6 @@ # Can't run test of external client with embedded server --source include/not_embedded.inc +--source include/not_windows.inc --exec $MYSQL_SLAP --silent --drop-schema --concurrency=5 --concurrency-load=5 --iterations=20 --number-int-cols=2 --number-char-cols=3 --number-rows=12 --auto-generate-sql -- cgit v1.2.1