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

Method current_row_for_warning

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

Source from the content-addressed store, hash-verified

1198 { return get_warning_info()->set_current_row_for_warning(row); }
1199
1200 ulong current_row_for_warning() const
1201 { return get_warning_info()->current_row_for_warning(); }
1202
1203 void inc_current_row_for_warning()
1204 { get_warning_info()->inc_current_row_for_warning(); }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected