~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/r/rollback.result

  • 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:
23
23
RELEASE SAVEPOINT `savept2`;
24
24
SAVEPOINT `savept3`;
25
25
INSERT INTO t1 VALUES (3, "I love testing.");
 
26
SAVEPOINT `savept4`;
26
27
ROLLBACK TO SAVEPOINT savept3;
27
28
COMMIT;
28
29
DROP TABLE t1;