~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/ha_innodb.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:
109
109
 
110
110
        UNIV_INTERN const char* index_type(uint key_number);
111
111
        UNIV_INTERN uint32_t index_flags(uint idx, uint part, bool all_parts) const;
112
 
        UNIV_INTERN uint32_t max_supported_keys() const;
113
 
        UNIV_INTERN uint32_t max_supported_key_length() const;
114
 
        UNIV_INTERN uint32_t max_supported_key_part_length() const;
115
112
        UNIV_INTERN const key_map* keys_to_use_for_scanning();
116
113
 
117
114
        UNIV_INTERN int open(const char *name, int mode, uint test_if_locked);