~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/hash.c

  • Committer: Brian Aker
  • Date: 2008-07-11 17:17:17 UTC
  • mfrom: (77.1.79 codestyle)
  • Revision ID: brian@tangent.org-20080711171717-039qp03g93w70rlq
MergeĀ 

Show diffs side-by-side

added added

removed removed

Lines of Context:
311
311
  int flag;
312
312
  size_t idx;
313
313
  uint halfbuff,hash_nr,first_index;
314
 
  uchar *ptr_to_rec,*ptr_to_rec2;
315
 
  HASH_LINK *data,*empty,*gpos,*gpos2,*pos;
 
314
  uchar *ptr_to_rec=NULL,*ptr_to_rec2=NULL;
 
315
  HASH_LINK *data,*empty,*gpos=NULL,*gpos2=NULL,*pos;
316
316
 
317
317
  if (HASH_UNIQUE & info->flags)
318
318
  {