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

Method suffix_length

sql/sql_cache.h:224–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 inline uint32 key_length() { return key_len; }
223 inline void key_length(uint32 len) { key_len= len; }
224 inline uint8 suffix_length() { return suffix_len; }
225 inline void suffix_length(uint8 len) { suffix_len= len; }
226 inline uint8 type() { return table_type; }
227 inline void type(uint8 t) { table_type= t; }

Callers 2

send_result_to_clientMethod · 0.80
insert_tableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected