~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/insert.test

Merged build changes from Antony.

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
 {