| 149 | return false; |
| 150 | } |
| 151 | static 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 | } |
| 155 | static Sys_var_struct Sys_character_set_system( |
| 156 | "character_set_system", "The character set used by the server " |
| 157 | "for storing identifiers", |
no test coverage detected