~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

Merged in old drizzled-as-lib patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
964
964
}
965
965
 
966
966
{
 
967
   thr_local_hash static initialization
 
968
   Memcheck:Leak
 
969
   fun:malloc
 
970
   fun:mem_heap_create_block
 
971
   ...
 
972
   fun:_ZL13innobase_initR14PluginRegistry
 
973
   fun:_Z11plugin_initPiPPci
 
974
   fun:_ZL22init_server_componentsv
 
975
   fun:main
 
976
}
 
977
 
 
978
{
 
979
   thr_local_hash static initialization
 
980
   Memcheck:Leak
 
981
   fun:malloc
 
982
   fun:ut_malloc_low
 
983
   ...
 
984
   fun:_ZL13innobase_initR14PluginRegistry
 
985
   fun:_Z11plugin_initPiPPci
 
986
   fun:_ZL22init_server_componentsv
 
987
   fun:main
 
988
}
 
989
 
 
990
{
967
991
   InnoDB Garbage
968
992
   Memcheck:Value8
969
993
   ...