mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +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()); }
|
||||
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; }
|
||||
|
|
Loading…
Reference in a new issue