~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to lib/GenTest/Server/MySQLd.pm

  • Committer: Bernt M. Johnsen
  • Date: 2010-03-04 12:45:54 UTC
  • mto: (0.101.22 lp-randgen-xml)
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: bernt.johnsen@sun.com-20100304124554-6v46wa6dks03s8nq
Fix referneces to error_log, time-stamp on valgrind and some more

Show diffs side-by-side

added added

removed removed

Lines of Context:
297
297
            if (defined $self->[MYSQLD_VALGRIND_OPTIONS]) {
298
298
                $val_opt = join(' ',@{$self->[MYSQLD_VALGRIND_OPTIONS]});
299
299
            }
300
 
            $command = "valgrind ".$val_opt." ".$command;
 
300
            $command = "valgrind --time-stamp=yes ".$val_opt." ".$command;
301
301
        }
302
302
        say("Starting: $command");
303
303
        $self->[MYSQLD_AUXPID] = fork();