~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-21 19:15:01 UTC
  • mfrom: (991.1.12 for-brian)
  • Revision ID: brian@gaz-20090521191501-u5qe56byfubioj1r
Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
  ~ha_archive()
95
95
  {
96
96
  }
97
 
  const char *table_type() const { return "ARCHIVE"; }
 
97
 
98
98
  const char *index_type(uint32_t)
99
99
  { return "NONE"; }
100
100
  const char **bas_ext() const;