Commit 9b55716a 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 e19e69fb
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;
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