~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2011-04-01 22:59:12 UTC
  • mfrom: (2258.1.4 bug746580_fremont)
  • Revision ID: kalebral@gmail.com-20110401225912-2mnnesccbkskus7l
Merge Shrews - 746580: Include transaction_reader in Drizzle installations

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# Read in the transaction.log.
14
14
 
15
15
--replace_result $DRIZZLETEST_VARDIR VARDIR
16
 
--exec ../plugin/transaction_log/utilities/transaction_reader $DRIZZLETEST_VARDIR/master-data/local/transaction.log
 
16
--exec $DRIZZLE_TRX_READER $DRIZZLETEST_VARDIR/master-data/local/transaction.log
17
17
 
18
18
# Truncate the log file to reset for the next test
19
19
--source ../plugin/transaction_log/tests/t/truncate_log.inc