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

Method init

sql/item.h:1726–1732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1724class Item_null :public Item_basic_constant
1725{
1726 void init()
1727 {
1728 maybe_null= null_value= TRUE;
1729 max_length= 0;
1730 fixed= 1;
1731 collation.set(&my_charset_bin, DERIVATION_IGNORABLE);
1732 }
1733public:
1734 Item_null()
1735 {

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected