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

Method extra_allocation

sql/sql_string.h:467–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465 bool is_alloced() const { return alloced; }
466 inline uint32 alloced_length() const { return Alloced_length;}
467 inline uint32 extra_allocation() const { return extra_alloc;}
468 inline void extra_allocation(size_t len) { extra_alloc= (uint32)len; }
469 inline void mark_as_const() { Alloced_length= 0;}
470

Callers 3

print_whereFunction · 0.80
checkMethod · 0.80
change_to_use_tmp_fieldsFunction · 0.80

Calls

no outgoing calls

Tested by 1

print_whereFunction · 0.64