~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_extra.c

  • Committer: Lee
  • Date: 2008-10-03 23:31:06 UTC
  • mfrom: (413.2.3 drizzle)
  • mto: This revision was merged to the branch mainline in revision 459.
  • Revision ID: lbieber@lbieber-desktop-20081003233106-tgvzu0fh25gb3xeg
breaking out enum field classes

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
static void heap_extra_keyflag(register HP_INFO *info,
66
66
                               enum ha_extra_function function)
67
67
{
68
 
  uint32_t  idx;
 
68
  uint  idx;
69
69
 
70
70
  for (idx= 0; idx< info->s->keys; idx++)
71
71
  {