diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-04-12 13:46:19 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-04-12 13:46:19 -0600 |
commit | 4d4dbc94c2f386c36c5bcb64213bebb5693af208 (patch) | |
tree | 6b6eccc0d4314f9fdf07f9dfbc2a30d22af14870 /mysql-test/r/bench_count_distinct.result | |
parent | fa30245c81d8a4412d4d10a44d84fb43cc6c6b1e (diff) | |
download | mariadb-git-4d4dbc94c2f386c36c5bcb64213bebb5693af208.tar.gz |
BitKeeper/triggers/post-commit
do REAL_EMAIL magic
mysql-test/mysql-test-run.sh
added show_failed_diffs
mysql-test/r/bench_count_distinct.result
tired of waiting :-)
mysql-test/r/rpl000001.result
new test results after implementing Monty's Hack (TM)
mysql-test/t/bench_count_distinct.test
tired of waiting
mysql-test/t/rpl000001.test
implemented Monty's Hack (TM) to kill a query in the middle of update
without generating a table with 30,000 rows. This will also avoice the
timing uncertainty
BitKeeper/triggers/post-commit:
do REAL_EMAIL magic
mysql-test/mysql-test-run.sh:
added show_failed_diffs
mysql-test/r/bench_count_distinct.result:
tired of waiting :-)
mysql-test/r/rpl000001.result:
new test results after implementing Monty's Hack (TM)
mysql-test/t/bench_count_distinct.test:
tired of waiting
mysql-test/t/rpl000001.test:
implemented Monty's Hack (TM) to kill a query in the middle of update
without generating a table with 30,000 rows. This will also avoice the
timing uncertainty
Diffstat (limited to 'mysql-test/r/bench_count_distinct.result')
-rw-r--r-- | mysql-test/r/bench_count_distinct.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/bench_count_distinct.result b/mysql-test/r/bench_count_distinct.result index 6265c146709..20f23c0abbe 100644 --- a/mysql-test/r/bench_count_distinct.result +++ b/mysql-test/r/bench_count_distinct.result @@ -1,2 +1,2 @@ count(distinct n) -10000 +100 |