Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
repair
Method · 0.85
check
Method · 0.85
Calls
2
get_stmt_da
Method · 0.80
inc_current_row_for_warning
Method · 0.45
Tested by
no test coverage detected