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

Method handle_condition

sql/log.cc:156–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154};
155
156bool
157Silence_log_table_errors::handle_condition(THD *,
158 uint,
159 const char*,
160 Sql_condition::enum_warning_level,
161 const char* msg,
162 Sql_condition ** cond_hdl)
163{
164 *cond_hdl= NULL;
165 strmake(m_message, msg, sizeof(m_message)-1);
166 return TRUE;
167}
168
169sql_print_message_func sql_print_message_handlers[3] =
170{

Callers

nothing calls this directly

Calls 1

strmakeFunction · 0.85

Tested by

no test coverage detected