mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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()); }
|
||||
uint max_key_length() const
|
||||
{ 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()); }
|
||||
|
||||
virtual uint max_supported_record_length() const { return HA_MAX_REC_LENGTH; }
|
||||
|
Reference in New Issue
Block a user