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

Function thd_inc_row_count

sql/sql_class.cc:401–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399
400extern "C"
401void thd_inc_row_count(THD *thd)
402{
403 thd->get_stmt_da()->inc_current_row_for_warning();
404}
405
406extern "C"
407unsigned long thd_log_slow_verbosity(const THD *thd)

Callers

nothing calls this directly

Calls 2

get_stmt_daMethod · 0.80

Tested by

no test coverage detected