~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/mysql-test-run.pl

  • Committer: Brian Aker
  • Date: 2008-06-27 23:59:21 UTC
  • Revision ID: brian@tangent.org-20080627235921-jvhjudh8aujvn4fk
Fix test push for version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1513
1513
                           "$glob_basedir/extra/my_print_defaults");
1514
1514
 
1515
1515
  # Look for perror
1516
 
  $exe_perror= mtr_exe_exists(vs_config_dirs('extra', 'perror'),
1517
 
                                          "$glob_basedir/extra/perror",
1518
 
                                          "$path_client_bindir/perror");
 
1516
  $exe_perror= "perror";
1519
1517
 
1520
1518
  # Look for the client binaries
1521
1519
  $exe_mysqlcheck=     mtr_exe_exists("$path_client_bindir/mysqlcheck");