~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/flush.test

  • Committer: Diego Medina
  • Date: 2009-09-15 02:21:15 UTC
  • mto: This revision was merged to the branch mainline in revision 1136.
  • Revision ID: diego.medina@sun.com-20090915022115-u0s94dg8j9m9fezy
reverted transaction_prealloc_size to an uint32_t
fixed test case

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
select * from t1;
30
30
connection con2;
31
31
flush tables with read lock;
32
 
--error ER_CANT_UPDATE_WITH_READLOCK
 
32
--error 1223
33
33
drop table t2;
34
34
connection con1;
35
35
send drop table t2;
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;