MCPcopy Create free account
hub / github.com/MariaDB/server / max_key_part_length

Method max_key_part_length

sql/handler.h:4749–4750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4747 uint max_key_length() const
4748 { return MY_MIN(MAX_DATA_LENGTH_FOR_KEY, max_supported_key_length()); }
4749 uint max_key_part_length() const
4750 { return MY_MIN(MAX_DATA_LENGTH_FOR_KEY, max_supported_key_part_length()); }
4751
4752 virtual uint max_supported_record_length() const { return HA_MAX_REC_LENGTH; }
4753 virtual uint max_supported_keys() const { return 0; }

Callers 2

init_key_infoFunction · 0.80

Calls 1

Tested by

no test coverage detected