~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/ha_archive.h

  • Committer: Monty Taylor
  • Date: 2008-10-02 20:45:51 UTC
  • mfrom: (413.2.3 drizzle)
  • Revision ID: monty@inaugust.com-20081002204551-gousb6hhqlr6q1br
Merged with trunk.

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)),