Commit 30ca82bc authored by sasha@mysql.sashanet.com's avatar sasha@mysql.sashanet.com
Browse files

mysql-test/t/bench_count_distinct.test

    make table delay key write to speed things up a bit
parent 704567d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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)
{