~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/ha_heap.h

  • Committer: Brian Aker
  • Date: 2008-10-02 19:18:43 UTC
  • mto: (438.4.1 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 435.
  • Revision ID: brian@tangent.org-20081002191843-tw3nnufik8qwf9rz
Removed UNSIGNED from parser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
  {
51
51
    return (HA_FAST_KEY_READ | HA_NO_BLOBS | HA_NULL_IN_KEY |
52
52
            HA_BINLOG_ROW_CAPABLE | HA_BINLOG_STMT_CAPABLE |
53
 
            HA_REC_NOT_IN_SEQ | HA_CAN_INSERT_DELAYED | HA_NO_TRANSACTIONS |
 
53
            HA_REC_NOT_IN_SEQ | HA_NO_TRANSACTIONS |
54
54
            HA_HAS_RECORDS | HA_STATS_RECORDS_IS_EXACT);
55
55
  }
56
56
  uint32_t index_flags(uint inx, uint part __attribute__((unused)),