~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/flush.test

  • Committer: Padraig O'Sullivan
  • Date: 2009-07-30 02:39:13 UTC
  • mto: (1115.3.11 captain)
  • mto: This revision was merged to the branch mainline in revision 1121.
  • Revision ID: osullivan.padraig@gmail.com-20090730023913-o2zuocp32l6btnc2
Removing references to MY_BITMAP throughout the code base and updating calls
to MyBitmap in various places to use the new interface.

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;