~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

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

  • Committer: Padraig O'Sullivan
  • Date: 2010-03-15 14:05:26 UTC
  • mfrom: (1237.9.99 staging)
  • Revision ID: osullivan.padraig@gmail.com-20100315140526-opbgwdwn6tfecdkq
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET GLOBAL transaction_log_truncate_debug= true;
1
2
DROP TABLE IF EXISTS t1;
2
3
CREATE TABLE t1 (
3
4
id INT NOT NULL PRIMARY KEY
5
6
);
6
7
INSERT INTO t1 VALUES (1, "I love testing.");
7
8
INSERT INTO t1 VALUES (2, "I hate testing.");
8
 
17var/master-data/transaction.log
 
9
24var/master-data/transaction.log
9
10
SET GLOBAL transaction_log_truncate_debug= true;
10
11
0var/master-data/transaction.log