~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/tests/t/embedded_quotes.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:
14
14
# Read in the transaction.log.
15
15
 
16
16
--replace_result $DRIZZLETEST_VARDIR VARDIR
17
 
--exec ../plugin/transaction_log/utilities/transaction_reader $DRIZZLETEST_VARDIR/master-data/local/transaction.log
 
17
--exec $DRIZZLE_TRX_READER $DRIZZLETEST_VARDIR/master-data/local/transaction.log
18
18
 
19
19
DROP TABLE t;
20
20