~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.h

  • Committer: Stewart Smith
  • Author(s): Brian Aker
  • Date: 2009-07-21 05:16:27 UTC
  • mto: (1093.1.29 captain)
  • mto: This revision was merged to the branch mainline in revision 1102.
  • Revision ID: stewart@flamingspork.com-20090721051627-uhgp5av31lehrh9s
Moved file based flag up to engine (from handler). checkLowercaseNames() is now a ember of StorageEngine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
  {
102
102
    return (HA_NO_TRANSACTIONS | HA_REC_NOT_IN_SEQ |
103
103
            HA_STATS_RECORDS_IS_EXACT |
104
 
            HA_HAS_RECORDS |
105
 
            HA_FILE_BASED);
 
104
            HA_HAS_RECORDS);
106
105
  }
107
106
  uint32_t index_flags(uint32_t, uint32_t, bool) const
108
107
  {