MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / ~in_string

Method ~in_string

sql/item_cmpfunc.cc:936–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

934{}
935
936in_string::~in_string()
937{
938 if (base)
939 {
940 // base was allocated with help of sql_alloc => following is OK
941 for (uint i=0 ; i < count ; i++)
942 ((String*) base)[i].free();
943 }
944}
945
946
947

Callers

nothing calls this directly

Calls 1

freeMethod · 0.80

Tested by

no test coverage detected