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

Method inc_current_row_for_warning

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

Increment the current row counter to point at the next row. */

Source from the content-addressed store, hash-verified

737
738 /** Increment the current row counter to point at the next row. */
739 void inc_current_row_for_warning() { m_current_row_for_warning++; }
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; }

Callers 14

mysql_insertFunction · 0.45
show_status_arrayFunction · 0.45
update_single_tableMethod · 0.45
fill_sysvarsFunction · 0.45
thd_inc_error_rowFunction · 0.45
copy_data_between_tablesFunction · 0.45
read_fixed_lengthFunction · 0.45
read_sep_fieldFunction · 0.45
read_xml_fieldFunction · 0.45
evaluate_join_recordFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected