~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/flush.test

  • Committer: Stewart Smith
  • Date: 2011-02-24 14:58:24 UTC
  • mto: (2200.1.2 drizzle-staging)
  • mto: This revision was merged to the branch mainline in revision 2201.
  • Revision ID: stewart@flamingspork.com-20110224145824-p9yj4ks8lcmx3xdt
throw an error on UNLOCK TABLES not unlocking anything

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
send insert into t2 values(1);
84
84
 
85
85
connection con1;
 
86
--error ER_NO_LOCK_HELD
86
87
unlock tables;
87
88
disconnect con1;
88
89