| 204 | |
| 205 | |
| 206 | static bool is_show_command(THD *thd) |
| 207 | { |
| 208 | return sql_command_flags[thd->lex->sql_command] & CF_STATUS_COMMAND; |
| 209 | } |
| 210 | |
| 211 | static int make_version_string(char *buf, int buf_length, uint version) |
| 212 | { |
no outgoing calls
no test coverage detected