~drizzle-developers/drizzle/elliott-release

« back to all changes in this revision

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

  • Committer: Patrick Crews
  • Date: 2011-02-01 20:33:06 UTC
  • mfrom: (1845.2.288 drizzle)
  • Revision ID: gleebix@gmail.com-20110201203306-mwq2rk0it81tlwxh
Merged Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
--source ../plugin/transaction_log/tests/t/temp_tables.inc
7
7
 
8
8
# Read in the transaction.log.
9
 
 
10
 
--exec ../plugin/transaction_log/utilities/transaction_reader --ignore-events var/master-data/local/transaction.log
 
9
--replace_result $DRIZZLETEST_VARDIR VARDIR
 
10
--exec ../plugin/transaction_log/utilities/transaction_reader --ignore-events $DRIZZLETEST_VARDIR/master-data/local/transaction.log
11
11
 
12
12
# Truncate the log file to reset for the next test
13
13
--source ../plugin/transaction_log/tests/t/truncate_log.inc