~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/flush.test

Updated an include guard thanks to a nice catch during code review from Jay. Thanks Jay!

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
connection con2;
80
80
send flush tables with read lock;
 
81
--sleep 1
81
82
 
82
83
connection con3;
83
84
send insert into t2 values(1);
 
85
--sleep 1
84
86
 
85
87
connection con1;
86
88
unlock tables;