Commit 6a45e143 authored by unknown's avatar unknown

mysql-test/t/bench_count_distinct.test

    make table delay key write to speed things up a bit


mysql-test/t/bench_count_distinct.test:
  make table delay key write to speed things up a bit
parent 2adea09e
drop table if exists t1; drop table if exists t1;
create table t1(n int not null, key(n)); create table t1(n int not null, key(n)) delay_key_write = 1;
let $1=10000; let $1=10000;
while ($1) while ($1)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment