~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/insert.test

  • Committer: Stewart Smith
  • Date: 2008-07-23 21:34:38 UTC
  • mto: (207.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 209.
  • Revision ID: stewart@flamingspork.com-20080723213438-4xpwuzu949mmzl0d
cut 'make test' time in half.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
create table t2(id2 int not null, t char(12));
91
91
create table t3(id3 int not null, t char(12), index(id3));
92
92
disable_query_log;
 
93
set autocommit=0;
 
94
begin;
93
95
let $1 = 100;
94
96
while ($1)
95
97
 {