diff options
author | msvensson@neptunus.(none) <> | 2006-01-09 20:19:06 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-01-09 20:19:06 +0100 |
commit | f7ed8e8698276dc1a107627206b04baef6da0c1b (patch) | |
tree | a9b26e73231d64fbd64f89481b3b97f398b654f1 /mysql-test/t/mysqlslap.test | |
parent | 1faa25693159a2edb3473d027984a016ae656c29 (diff) | |
download | mariadb-git-f7ed8e8698276dc1a107627206b04baef6da0c1b.tar.gz |
Add simple printout from mysqlslap.test to avoid empty result file
Diffstat (limited to 'mysql-test/t/mysqlslap.test')
-rw-r--r-- | mysql-test/t/mysqlslap.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/mysqlslap.test b/mysql-test/t/mysqlslap.test index c9a53fe6d0a..aaee713b409 100644 --- a/mysql-test/t/mysqlslap.test +++ b/mysql-test/t/mysqlslap.test @@ -6,3 +6,5 @@ --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))" --exec $MYSQL_SLAP --silent --drop-schema --concurrency=5 --concurrency-load=5 --iterations=20 --delimiter=";" --number-rows=10 --query="select * from t1;select * from t2" --data="INSERT INTO t1 VALUES (1, 'This is a test'); insert into t2 values ('test', 'test2')" --create="CREATE TABLE t1 (id int, name varchar(64)); create table t2(foo1 varchar(32), foo2 varchar(32))" + +echo Test completed; |