~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/flush.test

  • Committer: Brian Aker
  • Date: 2010-08-17 01:34:55 UTC
  • mto: (1711.1.23 build)
  • mto: This revision was merged to the branch mainline in revision 1714.
  • Revision ID: brian@tangent.org-20100817013455-zx3nm7qilxvpwrgb
Style on structure cleanup

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;