~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

  • Committer: Lee Bieber
  • Date: 2011-01-27 18:27:40 UTC
  • mfrom: (2121.1.2 build)
  • Revision ID: kalebral@gmail.com-20110127182740-50sbxxviiux94zdv
Merge Andrew - 680715: A better /var/drizzle missing error message
Merge Lee - 702286: libz valgrind warnings should be suppressed

Show diffs side-by-side

added added

removed removed

Lines of Context:
345
345
   ...
346
346
}
347
347
 
 
348
{
 
349
   azopen issue in libz
 
350
   Memcheck:Cond
 
351
   fun:inflateReset2
 
352
   fun:inflateInit2_
 
353
   fun:azopen
 
354
   ...
 
355
}
348
356
 
349
357
{
350
358
   MyISAM pwrite issue. Teh Suck.