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

Function check_not_null

sql/sys_vars.cc:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 IN_FS_CHARSET, DEFAULT(0));
111
112static bool check_not_null(sys_var *self, THD *thd, set_var *var)
113{
114 return var->value && var->value->is_null();
115}
116static bool check_charset(sys_var *self, THD *thd, set_var *var)
117{
118 if (!var->value)

Callers 3

check_charset_not_nullFunction · 0.85
check_collation_not_nullFunction · 0.85
check_localeFunction · 0.85

Calls 1

is_nullMethod · 0.45

Tested by

no test coverage detected