~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.h

  • Committer: Brian Aker
  • Date: 2009-05-06 06:59:53 UTC
  • mfrom: (1003.1.20 merge)
  • Revision ID: brian@gaz-20090506065953-4mrfmaty42e0ixpq
Merge handler cleanup (and ALTER TABLE cleanup) We go from 1 and 2 half
thought out systems... to just 1.

This should all be changed when we finish the StorageEngine rewrite

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
  uint64_t table_flags() const
102
102
  {
103
103
    return (HA_NO_TRANSACTIONS | HA_REC_NOT_IN_SEQ |
104
 
            HA_BINLOG_ROW_CAPABLE | HA_BINLOG_STMT_CAPABLE |
105
104
            HA_STATS_RECORDS_IS_EXACT |
106
105
            HA_HAS_RECORDS |
107
106
            HA_FILE_BASED);