~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

Reverted changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1497
1497
  $ENV{'SLAVE_MYPORT1'}=      $slave->[1]->{'port'};
1498
1498
  $ENV{'SLAVE_MYPORT2'}=      $slave->[2]->{'port'};
1499
1499
  $ENV{'MC_PORT'}=            $opt_memc_myport;
1500
 
  $ENV{'DRIZZLE_TCP_PORT'}=     $mysqld_variables{'drizzle-protocol-port'};
 
1500
  $ENV{'DRIZZLE_TCP_PORT'}=     $mysqld_variables{'drizzle-protocol.port'};
1501
1501
 
1502
1502
  $ENV{'MTR_BUILD_THREAD'}=      $opt_mtr_build_thread;
1503
1503
 
2574
2574
  mtr_add_arg($args, "%s--mysql-protocol-port=%d", $prefix,
2575
2575
              $mysqld->{'port'});
2576
2576
 
2577
 
  mtr_add_arg($args, "%s--drizzle-protocol-port=%d", $prefix,
 
2577
  mtr_add_arg($args, "%s--drizzle-protocol.port=%d", $prefix,
2578
2578
              $mysqld->{'secondary_port'});
2579
2579
 
2580
2580
  mtr_add_arg($args, "%s--datadir=%s", $prefix,
2739
2739
 
2740
2740
  if ( defined $exe )
2741
2741
  {
 
2742
    mtr_verbose("running Drizzle with: $exe @$args");
2742
2743
    $pid= mtr_spawn($exe, $args, "",
2743
2744
                    $mysqld->{'path_myerr'},
2744
2745
                    $mysqld->{'path_myerr'},