Navigation Menu

Skip to content

Commit

Permalink
incresed number of max keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetsuro IKEDA committed Apr 9, 2010
1 parent 7ebb678 commit e48f43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.h
Expand Up @@ -67,7 +67,7 @@ class ha_mroonga: public handler
int delete_row(const uchar *buf);

uint max_supported_record_length() const { return HA_MAX_REC_LENGTH; }
uint max_supported_keys() const { return 2; }
uint max_supported_keys() const { return 100; }
uint max_supported_key_parts() const { return 1; }
uint max_supported_key_length() const { return MAX_KEY_LENGTH; }

Expand Down

0 comments on commit e48f43d

Please sign in to comment.