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

Function check_charset_not_null

sql/sys_vars.cc:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 return false;
150}
151static bool check_charset_not_null(sys_var *self, THD *thd, set_var *var)
152{
153 return check_charset(self, thd, var) || check_not_null(self, thd, var);
154}
155static Sys_var_struct Sys_character_set_system(
156 "character_set_system", "The character set used by the server "
157 "for storing identifiers",

Callers 2

check_charset_dbFunction · 0.85
check_cs_clientFunction · 0.85

Calls 2

check_charsetFunction · 0.85
check_not_nullFunction · 0.85

Tested by

no test coverage detected