~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/mtr_process.pl

  • Committer: Brian Aker
  • Date: 2008-07-16 01:30:24 UTC
  • Revision ID: brian@tangent.org-20080716013024-nmnogwdpa459jrch
First pass of cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
739
739
  # Shutdown time must be high as slave may be in reconnect
740
740
  mtr_add_arg($args, "--shutdown_timeout=$adm_shutdown_tmo");
741
741
  mtr_add_arg($args, "$command");
742
 
  my $pid= mtr_spawn($::exe_drizzleadmin, $args,
 
742
  my $pid= mtr_spawn($::exe_mysqladmin, $args,
743
743
                     "", "", "", "",
744
744
                     { append_log_file => 1 });
745
745
  mtr_verbose("mtr_mysqladmin_start, pid: $pid");