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

Function sql_print_error

sql/log.cc:1458–1468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1456
1457
1458void sql_print_error(const char *format, ...)
1459{
1460 va_list args;
1461 DBUG_ENTER("sql_print_error");
1462
1463 va_start(args, format);
1464 error_log_print(ERROR_LEVEL, format, args);
1465 va_end(args);
1466
1467 DBUG_VOID_RETURN;
1468}
1469
1470
1471void sql_print_warning(const char *format, ...)

Callers 15

printMethod · 0.85
unireg_abortFunction · 0.85
my_message_sqlFunction · 0.85
init_common_variablesFunction · 0.85
mysqld.ccFile · 0.85
init_thread_environmentFunction · 0.85
openssl_lock_functionFunction · 0.85
openssl_lockFunction · 0.85
init_server_componentsFunction · 0.85
set_handlersMethod · 0.85
find_uniq_filenameFunction · 0.85
log.ccFile · 0.85

Calls 1

error_log_printFunction · 0.85

Tested by

no test coverage detected