diff options
Diffstat (limited to 'sql/ha_innobase.h')
-rw-r--r-- | sql/ha_innobase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_innobase.h b/sql/ha_innobase.h index b1613c2503c..bcd11b8a96e 100644 --- a/sql/ha_innobase.h +++ b/sql/ha_innobase.h @@ -91,6 +91,7 @@ class ha_innobase: public handler ~ha_innobase() {} const char* table_type() const { return("InnoDB");} + const char *index_type(uint key_number) { return "BTREE"; } const char** bas_ext() const; ulong option_flag() const { return int_option_flag; } uint max_record_length() const { return HA_MAX_REC_LENGTH; } |