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

Method store

sql/protocol.cc:673–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671*/
672
673bool Protocol::store(const char *from, const CHARSET_INFO *cs)
674{
675 if (!from)
676 return store_null();
677 uint length= strlen(from);
678 return store(from, length, cs);
679}
680
681
682/**

Callers

nothing calls this directly

Calls 8

net_store_dataFunction · 0.85
my_datetime_to_strFunction · 0.85
set_realMethod · 0.80
prep_appendMethod · 0.80
lengthMethod · 0.45
appendMethod · 0.45
ptrMethod · 0.45
charsetMethod · 0.45

Tested by

no test coverage detected