mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
One more const method.
This commit is contained in:
@ -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; }
|
||||||
|
Reference in New Issue
Block a user