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

Function sql_print_information

sql/log.cc:1484–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1482
1483
1484void sql_print_information(const char *format, ...)
1485{
1486 va_list args;
1487 DBUG_ENTER("sql_print_information");
1488
1489 va_start(args, format);
1490 error_log_print(INFORMATION_LEVEL, format, args);
1491 va_end(args);
1492
1493 DBUG_VOID_RETURN;
1494}
1495
1496

Callers 15

init_common_variablesFunction · 0.85
mysql_sql_parse_joinFunction · 0.85
print_sqlFunction · 0.85
final_table_drivedFunction · 0.85
finish_with_errorFunction · 0.85
find_best_indexFunction · 0.85
find_table_by_fieldFunction · 0.85
mysql_sql_parse_groupFunction · 0.85
mysql_sql_parse_orderFunction · 0.85
print_indexFunction · 0.85

Calls 1

error_log_printFunction · 0.85

Tested by

no test coverage detected