~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: David Shrewsbury
  • Date: 2010-11-15 15:29:16 UTC
  • mto: (1932.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1933.
  • Revision ID: shrewsbury.dave@gmail.com-20101115152916-cowsgsfm3sibys30
Move transaction_reader from drizzled/message to transaction_log plugin; also pulled transaction_reader file operations out into separate class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
# Read in the transaction.log.
15
15
 
16
 
--exec ../drizzled/message/transaction_reader var/master-data/local/transaction.log
 
16
--exec ../plugin/transaction_log/utilities/transaction_reader var/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