~drizzle-developers/ubuntu/karmic/drizzle/ppa

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/t/create_select.test

  • Committer: Monty Taylor
  • Date: 2010-11-24 18:44:57 UTC
  • mfrom: (1308.1.31 trunk)
  • Revision ID: mordred@inaugust.com-20101124184457-qd6jvoe2wgnvl3yq
Tags: 2010.11.04-0ubuntu1~karmic1
* New upstream release.
* Turn off -Werror for packaging builds. (Closes: #602662)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
# Read in the transaction.log.
10
10
 
11
 
--exec ../drizzled/message/transaction_reader var/master-data/local/transaction.log
 
11
--exec ../plugin/transaction_log/utilities/transaction_reader var/master-data/local/transaction.log
12
12
 
13
13
# Truncate the log file to reset for the next test
14
14
--source ../plugin/transaction_log/tests/t/truncate_log.inc