~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.h

  • Committer: Brian Aker
  • Date: 2009-12-01 01:54:04 UTC
  • mto: (1234.1.4 push)
  • mto: This revision was merged to the branch mainline in revision 1235.
  • Revision ID: brian@gaz-20091201015404-19qmqriauoeve2x5
Move max key stuff up to engine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
  }
103
103
  void get_auto_increment(uint64_t, uint64_t, uint64_t,
104
104
                          uint64_t *first_value, uint64_t *nb_reserved_values);
105
 
  uint32_t max_supported_keys()          const { return 1; }
106
 
  uint32_t max_supported_key_length()    const { return sizeof(uint64_t); }
107
 
  uint32_t max_supported_key_part_length() const { return sizeof(uint64_t); }
108
105
  ha_rows records() { return share->rows_recorded; }
109
106
  int index_init(uint32_t keynr, bool sorted);
110
107
  virtual int index_read(unsigned char * buf, const unsigned char * key,