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

Method opt_clear_warning_info

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

Source from the content-addressed store, hash-verified

716 { get_warning_info()->clear(id); }
717
718 void opt_clear_warning_info(ulonglong query_id)
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(); }

Callers 1

raise_conditionMethod · 0.80

Calls 1

opt_clearMethod · 0.80

Tested by

no test coverage detected