~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-03-05 08:35:11 UTC
  • mfrom: (1273.1.33 bug530870)
  • Revision ID: brian@gaz-20100305083511-ttw26c53e48h7ctf
Merge Jay.

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