~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_write.c

  • Committer: Monty Taylor
  • Date: 2008-07-11 15:49:04 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 134.
  • Revision ID: monty@inaugust.com-20080711154904-nrtkef3bo1jvzrds
A crapton more warning cleanups (I turned on more warnings) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
  HP_SHARE *share = info->s;
197
197
  int flag;
198
198
  ulong halfbuff,hashnr,first_index;
199
 
  uchar *ptr_to_rec,*ptr_to_rec2;
200
 
  HASH_INFO *empty, *gpos, *gpos2= NULL, *pos;
 
199
  uchar *ptr_to_rec= NULL,*ptr_to_rec2= NULL;
 
200
  HASH_INFO *empty, *gpos= NULL, *gpos2= NULL, *pos;
201
201
  DBUG_ENTER("hp_write_key");
202
202
 
203
203
  flag=0;