~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/storage_engine_api_tester/tests/t/txn_log_insert.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:
54
54
select seapitester_clear_engine_state_history();
55
55
 
56
56
--replace_result $DRIZZLETEST_VARDIR VARDIR
57
 
--exec ../plugin/transaction_log/utilities/transaction_reader $DRIZZLETEST_VARDIR/master-data/local/transaction.log
 
57
--exec $DRIZZLE_TRX_READER $DRIZZLETEST_VARDIR/master-data/local/transaction.log
58
58
 
59
59
# Truncate the log file to reset for the next test
60
60
--source ../plugin/transaction_log/tests/t/truncate_log.inc