~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: lbieber
  • Date: 2010-09-18 02:42:50 UTC
  • mfrom: (1774.1.1 build)
  • Revision ID: lbieber@orisndriz08-20100918024250-all17fhukrpaigqo
Merge Joe - Rework the rollback to savepoint code in terms of the transaction log

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
RELEASE SAVEPOINT `savept2`;
47
47
SAVEPOINT `savept3`;
48
48
INSERT INTO t1 VALUES (3, "I love testing.");
 
49
SAVEPOINT `savept4`;
49
50
ROLLBACK TO SAVEPOINT savept3;
50
51
COMMIT;
51
52