~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Joseph Daly
  • Date: 2010-09-16 01:32:10 UTC
  • mto: (1774.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1775.
  • Revision ID: jdaly@rx7-20100916013210-ssnbadpn1b640mx1
fix up bugs 638518, and memory leak problems

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