--exec$MYSQL_SLAP--only-print--iterations=20--query="select * from t1"--create="CREATE TABLE t1 (id int, name varchar(64)); INSERT INTO t1 VALUES (1, 'This is a test')"--delimiter=";"
--exec$MYSQL_SLAP--silent--concurrency=5--iterations=20--query="select * from t1"--create="CREATE TABLE t1 (id int, name varchar(64)); INSERT INTO t1 VALUES (1, 'This is a test')"--delimiter=";"
...
...
@@ -14,3 +14,25 @@
--exec$MYSQL_SLAP--silent--concurrency=5--iterations=20--delimiter=";"--query="select * from t1;select * from t2"--create="CREATE TABLE t1 (id int, name varchar(64)); create table t2(foo1 varchar(32), foo2 varchar(32)); INSERT INTO t1 VALUES (1, 'This is a test'); insert into t2 values ('test', 'test2')"
--exec$MYSQL_SLAP--only-print--delimiter=";"--query="select * from t1;select * from t2"--create="CREATE TABLE t1 (id int, name varchar(64)); create table t2(foo1 varchar(32), foo2 varchar(32)); INSERT INTO t1 VALUES (1, 'This is a test'); insert into t2 values ('test', 'test2')"--engine="heap,myisam"--post-query="SHOW TABLES"--pre-query="SHOW TABLES";