~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/flush_tables/r/update_select.result

  • Committer: Olaf van der Spek
  • Date: 2011-02-26 16:09:59 UTC
  • mfrom: (2203 staging)
  • mto: This revision was merged to the branch mainline in revision 2207.
  • Revision ID: olafvdspek@gmail.com-20110226160959-6j7g5h071egrsieb
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
CREATE TABLE t1 (a serial);
2
2
select * from t1 for update;
3
3
UNLOCK tables;
 
4
ERROR HY000: No lock is held by this connection.
4
5
DROP TABLE t1;