~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/ha_heap.h

  • Committer: Brian Aker
  • Date: 2008-07-05 17:02:05 UTC
  • Revision ID: brian@tangent.org-20080705170205-ezff9is4e7hpa3x2
Conversion of handler type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
            HA_REC_NOT_IN_SEQ | HA_CAN_INSERT_DELAYED | HA_NO_TRANSACTIONS |
56
56
            HA_HAS_RECORDS | HA_STATS_RECORDS_IS_EXACT);
57
57
  }
58
 
  ulong index_flags(uint inx, uint part, bool all_parts) const
 
58
  uint32_t index_flags(uint inx, uint part, bool all_parts) const
59
59
  {
60
60
    return ((table_share->key_info[inx].algorithm == HA_KEY_ALG_BTREE) ?
61
61
            HA_READ_NEXT | HA_READ_PREV | HA_READ_ORDER | HA_READ_RANGE :