~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/ha_heap.cc

  • Committer: Brian Aker
  • Date: 2008-07-15 06:45:16 UTC
  • Revision ID: brian@tangent.org-20080715064516-fnbq7kowh7w57bxj
Merge Monty's code.

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