diff options
author | unknown <brian@piggy.tangent.org> | 2007-08-09 13:01:29 -0700 |
---|---|---|
committer | unknown <brian@piggy.tangent.org> | 2007-08-09 13:01:29 -0700 |
commit | 8d025792a5cbb8a1ed5361116d5d4f5d1db10a56 (patch) | |
tree | ef47b62477f647a1716779b07a12abe922ddf12c /mysql-test/t/mysqlslap.test | |
parent | 07410c94ccc2218c3720e26ea0c9238885be01e3 (diff) | |
download | mariadb-git-8d025792a5cbb8a1ed5361116d5d4f5d1db10a56.tar.gz |
Two bugs in one! The count call was duplicating internally the counts for loaded tests (not autosql tests, just loaded). This could manifest itself by executing by file, or by executing a pre statement.
BUG#29803
client/mysqlslap.c:
1) Declared VOID on pre/post statement return values (we were not using the return value and I prefer to see this declared explicitly)
2) Removed extra count call which was causing duplication of rows with parsed files examples.
mysql-test/r/mysqlslap.result:
The additional selects come from fixing the pre return count call. Dropping the final select is a result of fixing the true count.
Diffstat (limited to 'mysql-test/t/mysqlslap.test')
0 files changed, 0 insertions, 0 deletions