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

Function error_log_print

sql/log.cc:1244–1248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1242
1243
1244int error_log_print(enum loglevel level, const char *format,
1245 va_list args)
1246{
1247 return logger.error_log_print(level, format, args);
1248}
1249
1250
1251bool LOGGER::log_command(THD *thd, enum enum_server_command command)

Callers 3

sql_print_errorFunction · 0.85
sql_print_warningFunction · 0.85
sql_print_informationFunction · 0.85

Calls 1

error_log_printMethod · 0.80

Tested by

no test coverage detected