MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / current_row_for_warning

Method current_row_for_warning

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

Source from the content-addressed store, hash-verified

719 { get_warning_info()->opt_clear(query_id); }
720
721 ulong current_row_for_warning() const
722 { return get_warning_info()->current_row_for_warning(); }
723
724 void inc_current_row_for_warning()
725 { get_warning_info()->inc_current_row_for_warning(); }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected