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

Method reset_current_row_for_warning

sql/sql_error.h:742–742  ·  view source on GitHub ↗

Reset the current row counter. Start counting from the first row. */

Source from the content-addressed store, hash-verified

740
741 /** Reset the current row counter. Start counting from the first row. */
742 void reset_current_row_for_warning(int n) { m_current_row_for_warning= n; }
743
744 ulong set_current_row_for_warning(ulong row)
745 {

Callers 14

check_insert_fieldsFunction · 0.45
mysql_insertFunction · 0.45
mysql_prepare_insertFunction · 0.45
update_single_tableMethod · 0.45
execute_innerMethod · 0.45
copy_data_between_tablesFunction · 0.45
mysql_loadFunction · 0.45
mysql_selectFunction · 0.45
sub_selectFunction · 0.45
end_sendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected