~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/t/alter.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:
11
11
 
12
12
# Read in the transaction.log.
13
13
 
14
 
--exec ../drizzled/message/transaction_reader var/master-data/local/transaction.log
 
14
--exec ../plugin/transaction_log/utilities/transaction_reader var/master-data/local/transaction.log
15
15
 
16
16
# Truncate the log file to reset for the next test
17
17
--source ../plugin/transaction_log/tests/t/truncate_log.inc