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

Method init_multiple_key_for_blob

sql/sql_class.cc:150–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148
149
150bool Key_part_spec::init_multiple_key_for_blob(const handler *file)
151{
152 if (check_key_for_blob(file))
153 return true;
154 if (!length)
155 length= file->max_key_length() + 1;
156 return false;
157}
158
159
160/**

Callers 2

Calls 1

max_key_lengthMethod · 0.45

Tested by

no test coverage detected