mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
One more const method.
This commit is contained in:
parent
b6cb8cb5f7
commit
f99224fe2d
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ public:
|
||||||
{ return min(MAX_REF_PARTS, max_supported_key_parts()); }
|
{ return min(MAX_REF_PARTS, max_supported_key_parts()); }
|
||||||
uint max_key_length() const
|
uint max_key_length() const
|
||||||
{ return min(MAX_KEY_LENGTH, max_supported_key_length()); }
|
{ return min(MAX_KEY_LENGTH, max_supported_key_length()); }
|
||||||
uint max_key_part_length()
|
uint max_key_part_length() const
|
||||||
{ return min(MAX_KEY_LENGTH, max_supported_key_part_length()); }
|
{ return min(MAX_KEY_LENGTH, max_supported_key_part_length()); }
|
||||||
|
|
||||||
virtual uint max_supported_record_length() const { return HA_MAX_REC_LENGTH; }
|
virtual uint max_supported_record_length() const { return HA_MAX_REC_LENGTH; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue