~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/filesystem_engine/tests/t/basic_update.test

  • Committer: Brian Aker
  • Date: 2010-12-28 04:57:17 UTC
  • mfrom: (2035.2.2 bool)
  • Revision ID: brian@tangent.org-20101228045717-6ax27qw6122h50sf
Merge in boolean.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
DELETE FROM t1 WHERE a!=111;
17
17
 
 
18
SELECT * FROM t1;
 
19
 
18
20
DROP TABLE t1;