~ubuntu-branches/ubuntu/saucy/drizzle/saucy-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-03-18 12:12:31 UTC
  • Revision ID: james.westby@ubuntu.com-20100318121231-k6g1xe6cshbwa0f8
Tags: upstream-2010.03.1347
ImportĀ upstreamĀ versionĀ 2010.03.1347

Show diffs side-by-side

added added

removed removed

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