~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/filtered_replicator/tests/t/var_schemaregex.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:
22
22
--echo We should only see the 'bar' schema in the log
23
23
--echo
24
24
--replace_result $DRIZZLETEST_VARDIR VARDIR
25
 
--exec ../plugin/transaction_log/utilities/transaction_reader $DRIZZLETEST_VARDIR/master-data/local/transaction.log
 
25
--exec $DRIZZLE_TRX_READER $DRIZZLETEST_VARDIR/master-data/local/transaction.log
26
26
 
27
27
--source ../plugin/transaction_log/tests/t/truncate_log.inc