~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/test-run.pl

  • Committer: Brian Aker
  • Date: 2010-06-01 16:32:12 UTC
  • mto: (1578.6.9 explain-drizzle)
  • mto: This revision was merged to the branch mainline in revision 1579.
  • Revision ID: brian@gaz-20100601163212-qgk3pg3cgxp56os7
Yep, Moo.... this will probably slow down the valgrind test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
my $opt_valgrind= 0;
242
242
my $opt_valgrind_mysqld= 0;
243
243
my $opt_valgrind_drizzletest= 0;
244
 
my @default_valgrind_args= ("--show-reachable=yes");
 
244
my @default_valgrind_args= ("--show-reachable=yes --malloc-fill=0xDEADBEEF --free-fill=0xDEADBEEF");
245
245
my @valgrind_args;
246
246
my $opt_valgrind_path;
247
247
my $opt_callgrind;