summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqlslap.test
diff options
context:
space:
mode:
authorunknown <patg@krsna.patg.net>2005-12-05 07:50:16 -0800
committerunknown <patg@krsna.patg.net>2005-12-05 07:50:16 -0800
commit568dcdd1a06ca743d29af0cdd58005b64d043b0b (patch)
tree339bfda1f52ab4c325979b6ddbc746495a7965a3 /mysql-test/t/mysqlslap.test
parent660e3c01aa8cd33967f92e6c13e77056927fe82e (diff)
downloadmariadb-git-568dcdd1a06ca743d29af0cdd58005b64d043b0b.tar.gz
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
Diffstat (limited to 'mysql-test/t/mysqlslap.test')
-rw-r--r--mysql-test/t/mysqlslap.test1
1 files changed, 0 insertions, 1 deletions
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))"