~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/my_hash.cc

  • Committer: Olaf van der Spek
  • Date: 2011-06-22 22:23:29 UTC
  • mto: This revision was merged to the branch mainline in revision 2348.
  • Revision ID: olafvdspek@gmail.com-20110622222329-nnn26zfomy4tsxak
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
    while ((idx=pos->next) != NO_RECORD);
199
199
  }
200
200
  *current_record= NO_RECORD;
201
 
  return(0);
 
201
  return 0;
202
202
}
203
203
 
204
204
/* Change link from pos to new_link */
385
385
  }
386
386
  if (++info->records == info->blength)
387
387
    info->blength+= info->blength;
388
 
  return(0);
 
388
  return 0;
389
389
}
390
390
 
391
391
} /* namespace drizzled */