summaryrefslogtreecommitdiff
path: root/mysql-test/t/bench_count_distinct.test
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-04-12 13:46:19 -0600
committerunknown <sasha@mysql.sashanet.com>2001-04-12 13:46:19 -0600
commit4d4dbc94c2f386c36c5bcb64213bebb5693af208 (patch)
tree6b6eccc0d4314f9fdf07f9dfbc2a30d22af14870 /mysql-test/t/bench_count_distinct.test
parentfa30245c81d8a4412d4d10a44d84fb43cc6c6b1e (diff)
downloadmariadb-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/t/bench_count_distinct.test')
-rw-r--r--mysql-test/t/bench_count_distinct.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/bench_count_distinct.test b/mysql-test/t/bench_count_distinct.test
index 6bc74f0b1f1..62d456a3cf8 100644
--- a/mysql-test/t/bench_count_distinct.test
+++ b/mysql-test/t/bench_count_distinct.test
@@ -1,6 +1,6 @@
drop table if exists t1;
create table t1(n int not null, key(n)) delay_key_write = 1;
-let $1=10000;
+let $1=100;
while ($1)
{
eval insert into t1 values($1);