From 568dcdd1a06ca743d29af0cdd58005b64d043b0b Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 5 Dec 2005 07:50:16 -0800 Subject: WORKLOG #2983 Removed --help from test. (did so already, don't know why push didn't push that previous changeset!) mysql-test/r/mysqlslap.result: WORKLOG #2983 removed --help results mysql-test/t/mysqlslap.test: WORKLOG #2983 removed --help from test --- mysql-test/t/mysqlslap.test | 1 - 1 file changed, 1 deletion(-) (limited to 'mysql-test/t/mysqlslap.test') diff --git a/mysql-test/t/mysqlslap.test b/mysql-test/t/mysqlslap.test index 7df7f96f5ee..c9a53fe6d0a 100644 --- a/mysql-test/t/mysqlslap.test +++ b/mysql-test/t/mysqlslap.test @@ -1,7 +1,6 @@ # Can't run test of external client with embedded server --source include/not_embedded.inc ---exec $MYSQL_SLAP --help --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 --exec $MYSQL_SLAP --silent --drop-schema --concurrency=5 --concurrency-load=5 --iterations=20 --number-rows=10 --query="select * from t1" --data="INSERT INTO t1 VALUES (1, 'This is a test')" --create="CREATE TABLE t1 (id int, name varchar(64))" -- cgit v1.2.1