~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

  • Committer: Monty Taylor
  • Date: 2010-10-12 07:36:26 UTC
  • mto: (1842.1.3 build) (1843.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1843.
  • Revision ID: mordred@inaugust.com-20101012073626-tgg4q34y1pvylkn1
Added suppression for a size_t signature change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
   fun:_Z15key_cache_writePN8drizzled12st_key_cacheEiyiPhjji
325
325
   ...
326
326
}
 
327
{
 
328
   MyISAM pwrite issue. Teh Suck.
 
329
   Memcheck:Param
 
330
   pwrite64(buf)
 
331
   fun:pwrite64
 
332
   fun:_Z15key_cache_writePN8drizzled12st_key_cacheEimiPhjji
 
333
   ...
 
334
}
327
335
 
328
336
# Things we don't like in Drizzle
329
337