~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/insert.test

Merge/fix in FAQ.

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;
95
93
let $1 = 100;
96
94
while ($1)
97
95
 {