MCPcopy Create free account
hub / github.com/MariaDB/server / is_show_command

Function is_show_command

sql/sql_show.cc:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

find_filesFunction · 0.85
make_table_name_listFunction · 0.85
store_schema_procFunction · 0.85
create_schema_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected