~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2010-11-16 14:58:28 UTC
  • mfrom: (1932.1.2 build)
  • Revision ID: kalebral@gmail.com-20101116145828-fa21jkc6sbe4y5qk
Merge Shrews - Adds --summarize option to transaction_reader
Merge David - Move transaction_reader out of drizzed/messages, Extract the code that reads GPB messages out of a file

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