~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to lib/GenTest/Reporter.pm

  • Committer: John H. Embretsen
  • Date: 2010-03-03 12:45:30 UTC
  • mto: (0.101.22 lp-randgen-xml)
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: john.embretsen@sun.com-20100303124530-uwcjgbsvhx0nzsg8
Bug#51691: Add sbin/ to search path for mysqld. The location changed in some MySQL builds following the introduction of cmake for unix (WL#5161).

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
        $reporter->[REPORTER_SERVER_INFO]->{pid} = $pid;
102
102
 
103
103
        foreach my $path (
104
 
                        'bin', 'sql', 'libexec',
105
 
                        '../bin', '../sql', '../libexec',
 
104
                        'bin', 'sbin', 'sql', 'libexec',
 
105
                        '../bin', '../sbin', '../sql', '../libexec',
106
106
                        '../sql/RelWithDebInfo', '../sql/Debug',
107
107
                ) {
108
108
                my $binary_unix = $reporter->serverVariable('basedir').'/'.$path."/mysqld";