~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/ha_archive.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:
90
90
  const char **bas_ext() const;
91
91
  uint64_t table_flags() const
92
92
  {
93
 
    return (HA_NO_TRANSACTIONS | HA_REC_NOT_IN_SEQ | HA_CAN_BIT_FIELD |
 
93
    return (HA_NO_TRANSACTIONS | HA_REC_NOT_IN_SEQ |
94
94
            HA_BINLOG_ROW_CAPABLE | HA_BINLOG_STMT_CAPABLE |
95
95
            HA_STATS_RECORDS_IS_EXACT |
96
96
            HA_HAS_RECORDS |
97
 
            HA_FILE_BASED | HA_CAN_INSERT_DELAYED | HA_CAN_GEOMETRY);
 
97
            HA_FILE_BASED);
98
98
  }
99
99
  uint32_t index_flags(uint idx __attribute__((unused)),
100
100
                       uint part __attribute__((unused)),