~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/ha_heap.cc

Merged in Jay's tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
726
726
  ha_heap::info(HA_STATUS_AUTO);
727
727
  *first_value= stats.auto_increment_value;
728
728
  /* such table has only table-level locking so reserves up to +inf */
729
 
  *nb_reserved_values= ULONGLONG_MAX;
 
729
  *nb_reserved_values= UINT64_MAX;
730
730
}
731
731
 
732
732