~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

  • Committer: Monty Taylor
  • Date: 2010-05-19 23:54:42 UTC
  • mto: (1530.5.7)
  • mto: This revision was merged to the branch mainline in revision 1560.
  • Revision ID: mordred@inaugust.com-20100519235442-pad8sghf9512xd74
One more little suppression.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
   fun:row_insert_for_mysql
102
102
   ...
103
103
}
 
104
{
 
105
   InnoDB Insert Row
 
106
   Memcheck:Param
 
107
   write(buf)
 
108
   ...
 
109
   fun:row_insert_for_mysql
 
110
   ...
 
111
}
104
112
 
105
113
{
106
114
   InnoDB Create Table