diff options
author | unknown <brian@zim.(none)> | 2006-03-10 08:54:12 -0800 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2006-03-10 08:54:12 -0800 |
commit | b89bbaac9d78255d74c392abe2717a705a206482 (patch) | |
tree | 7ce3357999246753158ba3679ec4e122bc9c8f5c /mysql-test/t/mysqlslap.test | |
parent | 8a7c1e731f22654693ccfc58f06457de76e56bf3 (diff) | |
download | mariadb-git-b89bbaac9d78255d74c392abe2717a705a206482.tar.gz |
This is a patch to test the default schema location.
client/mysqlslap.c:
Formating
mysql-test/t/mysqlslap.test:
Adding test to test for using non-default database.
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 fb44f5c29d5..01add0d7da8 100644 --- a/mysql-test/t/mysqlslap.test +++ b/mysql-test/t/mysqlslap.test @@ -12,3 +12,5 @@ --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" --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 --silent --concurrency=5 --iterations=20 --number-int-cols=2 --number-char-cols=3 --auto-generate-sql --create-schema=test_env |