~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

Merge Devananda's BENCHMARK UDF plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
771
771
}
772
772
 
773
773
 
774
 
{
775
 
   A leak in pcre
776
 
   Memcheck:Leak
777
 
   fun:malloc
778
 
   fun:pcre_compile2
779
 
}
780
 
 
781
 
{
782
 
   nss leak
783
 
   Memcheck:Leak
784
 
   fun:malloc
785
 
   obj:/lib/libc-2.9.so
786
 
   fun:__nss_database_lookup
787
 
}