~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/bench_count_distinct.test

  • Committer: Monty Taylor
  • Date: 2009-08-20 20:56:12 UTC
  • mfrom: (1119 staging)
  • mto: (1115.3.12 captain)
  • mto: This revision was merged to the branch mainline in revision 1121.
  • Revision ID: mordred@inaugust.com-20090820205612-csz0b88l5xnjkhda
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
--disable_warnings
6
6
drop table if exists t1;
7
7
--enable_warnings
8
 
create table t1(n int not null, key(n)) delay_key_write = 1;
 
8
create table t1(n int not null, key(n));
9
9
let $1=100;
10
10
disable_query_log;
11
11
begin;