~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_search.cc

  • Committer: Brian Aker
  • Date: 2010-10-20 20:25:52 UTC
  • mto: (1864.2.1 merge)
  • mto: This revision was merged to the branch mainline in revision 1865.
  • Revision ID: brian@tangent.org-20101020202552-51y5sz5ledoxbp7t
Add support for --with-valgrind

Show diffs side-by-side

added added

removed removed

Lines of Context:
1680
1680
  uint32_t length,key_length,ref_length;
1681
1681
 
1682
1682
  s_temp->totlength=key_length=_mi_keylength(keyinfo,key)+nod_flag;
1683
 
#ifdef HAVE_purify
 
1683
#ifdef HAVE_VALGRIND
1684
1684
  s_temp->n_length= s_temp->n_ref_length=0;     /* For valgrind */
1685
1685
#endif
1686
1686
  s_temp->key=key;