~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/flush_block_commit.test

  • Committer: Vijay Samuel
  • Date: 2010-08-04 17:46:49 UTC
  • mto: (1685.1.7 build)
  • mto: This revision was merged to the branch mainline in revision 1688.
  • Revision ID: vijay@vijay-20100804174649-ed61v9usifb9zujc
Merge refactored command line for tests/resolve_stack_dump`

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
connection con2;
41
41
begin;
42
42
send select * from t1 for update; # blocked by con1
43
 
sleep 0.5;
 
43
sleep 0.1;
44
44
connection con3;
45
45
send flush tables with read lock; # blocked by con2
46
46
connection con1;