~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.h

  • Committer: Brian Aker
  • Date: 2009-11-16 20:50:08 UTC
  • mfrom: (1220.2.1 engine-flags)
  • mto: This revision was merged to the branch mainline in revision 1221.
  • Revision ID: brian@gaz-20091116205008-ef8du4jreitoxvjz
Merge Brian (first pass of this cleanup)

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
  const char *index_type(uint32_t)
98
98
  { return "NONE"; }
99
 
  uint64_t table_flags() const
100
 
  {
101
 
    return (HA_NO_TRANSACTIONS | HA_REC_NOT_IN_SEQ |
102
 
            HA_STATS_RECORDS_IS_EXACT |
103
 
            HA_HAS_RECORDS);
104
 
  }
105
99
  uint32_t index_flags(uint32_t, uint32_t, bool) const
106
100
  {
107
101
    return HA_ONLY_WHOLE_INDEX;