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

Function thd_get_error_row

sql/sql_class.cc:548–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546 }
547
548 ulong thd_get_error_row(const THD *thd)
549 {
550 return thd->get_stmt_da()->current_row_for_warning();
551 }
552
553 void thd_inc_error_row(THD *thd)
554 {

Callers

nothing calls this directly

Calls 2

get_stmt_daMethod · 0.80

Tested by

no test coverage detected