~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: lbieber
  • Date: 2010-09-26 02:09:47 UTC
  • mfrom: (1791.3.5 local-catalog)
  • mto: This revision was merged to the branch mainline in revision 1794.
  • Revision ID: lbieber@orisndriz08-20100926020947-o28psemscwvlwg05
Merge Monty - Beginning of catalog support, adds a default local catalog. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
--source ../plugin/transaction_log/tests/t/insert.inc
13
13
 
14
14
# Trim result since Solaris/BSD wc program apparently adds whitespace before output
15
 
--exec wc -l var/master-data/transaction.log | tr -d ' ' 
 
15
--exec wc -l var/master-data/local/transaction.log | tr -d ' ' 
16
16
 
17
17
# Truncate the log file
18
18
--source ../plugin/transaction_log/tests/t/truncate_log.inc
19
19
 
20
20
# Trim result since Solaris/BSD wc program apparently adds whitespace before output
21
 
--exec wc -l var/master-data/transaction.log | tr -d ' ' 
 
21
--exec wc -l var/master-data/local/transaction.log | tr -d ' '