~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/flush.test

Merge Monty - Updates to pandora-build to support features of gcc 4.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
send insert into t2 values(1);
84
84
 
85
85
connection con1;
86
 
--error ER_NO_LOCK_HELD
87
86
unlock tables;
88
87
disconnect con1;
89
88