~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • 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:
1503
1503
  $ENV{'PBMS_PORT'}=          $opt_pbms_myport;
1504
1504
  $ENV{'RABBITMQ_NODE_PORT'}= $opt_rabbitmq_myport;
1505
1505
  $ENV{'DRIZZLE_TCP_PORT'}=   $drizzled_variables{'drizzle-protocol.port'};
 
1506
  $ENV{'DRIZZLE_TRX_READER'} = $opt_top_builddir.'/plugin/transaction_log/utilities/drizzletrx';
1506
1507
 
1507
1508
  $ENV{'DTR_BUILD_THREAD'}=      $opt_dtr_build_thread;
1508
1509