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

Method set

sql/item.h:285–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 set_repertoire_from_charset(collation_arg);
284 }
285 void set(DTCollation &dt)
286 {
287 collation= dt.collation;
288 derivation= dt.derivation;
289 repertoire= dt.repertoire;
290 }
291 void set(const CHARSET_INFO *collation_arg, Derivation derivation_arg)
292 {
293 collation= collation_arg;

Callers 4

~ItemMethod · 0.45
initMethod · 0.45
Item_stringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected