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

Method max_key_length

sql/handler.h:4747–4748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4745 uint max_key_parts() const
4746 { return MY_MIN(MAX_REF_PARTS, max_supported_key_parts()); }
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

Callers 6

initMethod · 0.45
init_key_infoFunction · 0.45
choose_engineMethod · 0.45

Calls 1

max_supported_key_lengthFunction · 0.85

Tested by

no test coverage detected