summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysqlslap.result
diff options
context:
space:
mode:
authorunknown <brian@zim.(none)>2007-01-29 13:17:30 -0800
committerunknown <brian@zim.(none)>2007-01-29 13:17:30 -0800
commitcdc6bd71333970320cda17be78348e1098dca1ff (patch)
tree8398c8fcdb534b4acd3b0717b30581fa11406202 /mysql-test/r/mysqlslap.result
parent5b8985cfb90a8a897c496a65e5e554382cdf21e6 (diff)
downloadmariadb-git-cdc6bd71333970320cda17be78348e1098dca1ff.tar.gz
Extended mysqlslap.c for auto tests (see the comment on the mysqlslap.c file). I also fixed a bug where limit was not being reached.
client/client_priv.h: More options client/mysqlslap.c: Extended the auto-sql in the following ways: 1) You can now specify a load type of either "mixed", "read", or "write". Not great, but a definite improvement. 2) A new option allows you to specify how many rows are inserted for the "read" load. I also fixed a bug where limit was not being reached by running threads. mysql-test/r/mysqlslap.result: Updated results
Diffstat (limited to 'mysql-test/r/mysqlslap.result')
-rw-r--r--mysql-test/r/mysqlslap.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/mysqlslap.result b/mysql-test/r/mysqlslap.result
index 045a34a7458..1a8b77fde1c 100644
--- a/mysql-test/r/mysqlslap.result
+++ b/mysql-test/r/mysqlslap.result
@@ -129,6 +129,7 @@ INSERT INTO t1 VALUES (1, 'This is a test');
insert into t2 values ('test', 'test2');
select * from t1;
select * from t2;
+select * from t1;
DROP SCHEMA IF EXISTS `mysqlslap`;
DROP SCHEMA IF EXISTS `mysqlslap`;
CREATE SCHEMA `mysqlslap`;
@@ -140,4 +141,5 @@ INSERT INTO t1 VALUES (1, 'This is a test');
insert into t2 values ('test', 'test2');
select * from t1;
select * from t2;
+select * from t1;
DROP SCHEMA IF EXISTS `mysqlslap`;