~drizzle-developers/drizzle/elliott-release

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/t/no_modification.inc

  • Committer: patrick crews
  • Date: 2011-01-04 12:54:59 UTC
  • mfrom: (1845.2.208 drizzle)
  • Revision ID: gleebix@gmail.com-20110104125459-0pba1ry64d9imj13
Merged Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
SELECT * FROM t1 WHERE id = 2;
28
28
 
29
29
COMMIT;
 
30
 
 
31
DROP TABLE t1;