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

Method pop_warning_info

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

Source from the content-addressed store, hash-verified

676 { m_wi_stack.push_front(wi); }
677
678 void pop_warning_info()
679 {
680 DBUG_ASSERT(m_wi_stack.elements() > 0);
681 m_wi_stack.remove(m_wi_stack.front());
682 }
683
684 void set_warning_info_id(ulonglong id)
685 { get_warning_info()->id(id); }

Callers

nothing calls this directly

Calls 3

elementsMethod · 0.45
removeMethod · 0.45
frontMethod · 0.45

Tested by

no test coverage detected