~drizzle-developers/drizzle/elliott-release

« back to all changes in this revision

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

  • Committer: Patrick Crews
  • Date: 2011-02-01 20:33:06 UTC
  • mfrom: (1845.2.288 drizzle)
  • Revision ID: gleebix@gmail.com-20110201203306-mwq2rk0it81tlwxh
Merged Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
INSERT INTO t1 VALUES (1, "I love testing.");
17
17
INSERT INTO t1 VALUES (2, "I hate testing.");
18
18
 
 
19
COMMIT;
19
20
DROP TABLE t1;
20
21
 
21
22
# Try the same thing with auto_commit turned on