~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-11-27 18:27:58 UTC
  • mfrom: (1948.2.15 catalogs)
  • Revision ID: brian@tangent.org-20101127182758-dmlrboyhsazqa1tm
Merge in additiona fixes, includes a number of bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CREATE TABLE t1 (a serial);
 
2
select * from t1 for update;
 
3
UNLOCK tables;