~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

  • Committer: Monty Taylor
  • Date: 2010-10-20 16:35:23 UTC
  • mfrom: (1862.1.4 ld-version-script)
  • Revision ID: mordred@inaugust.com-20101020163523-u7ibkag4we6yfrik
Added some replication docs.
Fixed MySQL 5.0 foreign key support in drizzledump.
Fixed the build so that haildb can live in the tree normally.

Show diffs side-by-side

added added

removed removed

Lines of Context:
332
332
   fun:_Z15key_cache_writePN8drizzled12st_key_cacheEimiPhjji
333
333
   ...
334
334
}
 
335
{
 
336
   MyISAM pwrite issue. Teh Suck.
 
337
   Memcheck:Param
 
338
   pwrite64(buf)
 
339
   ...
 
340
   fun:_Z15key_cache_writePN8drizzled12st_key_cacheEimiPhjji
 
341
  ...
 
342
}
335
343
 
336
344
# Things we don't like in Drizzle
337
345
 
472
480
  fun:exit
473
481
  ...
474
482
}
 
483
{
 
484
  Boost::thread issues. Not a problem - static init issues.
 
485
  Memcheck:Leak
 
486
  fun:_Znwm
 
487
  ...
 
488
  fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
 
489
   fun:_ZN8drizzled8internal14my_thread_initEv
 
490
   fun:_ZN8drizzled8internal21my_thread_global_initEv
 
491
   fun:_ZN8drizzled8internal7my_initEv
 
492
   fun:main
 
493
}
 
494
{
 
495
  Boost::thread issues. Not a problem - static init issues.
 
496
   Memcheck:Leak
 
497
   fun:_Znwj
 
498
   ...
 
499
   fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
 
500
   fun:_ZN8drizzled8internal14my_thread_initEv
 
501
   fun:_ZN8drizzled8internal21my_thread_global_initEv
 
502
   fun:_ZN8drizzled8internal7my_initEv
 
503
   fun:main
 
504
}
 
505
{
 
506
  Boost::thread issues. Not a problem - static init issues.
 
507
   Memcheck:Leak
 
508
   fun:_Znwm
 
509
   fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
 
510
   fun:_ZN8drizzled7Session12storeGlobalsEv
 
511
   fun:_ZN8drizzled21drizzle_rm_tmp_tablesEv
 
512
   fun:main
 
513
}
 
514
{
 
515
  Boost::thread issues. Not a problem - static init issues.
 
516
   Memcheck:Leak
 
517
   fun:_Znwj
 
518
   fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
 
519
   fun:_ZN8drizzled7Session12storeGlobalsEv
 
520
   fun:_ZN8drizzled21drizzle_rm_tmp_tablesEv
 
521
   fun:main
 
522
}
475
523