MCPcopy Create free account
hub / github.com/MariaDB/server / thd_inc_error_row

Function thd_inc_error_row

sql/sql_class.cc:553–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551 }
552
553 void thd_inc_error_row(THD *thd)
554 {
555 thd->get_stmt_da()->inc_current_row_for_warning();
556 }
557}
558
559

Callers 2

repairMethod · 0.85
checkMethod · 0.85

Calls 2

get_stmt_daMethod · 0.80

Tested by

no test coverage detected