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

Method last_insert_id

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

Source from the content-addressed store, hash-verified

661 { DBUG_ASSERT(m_status == DA_OK); return m_affected_rows; }
662
663 ulonglong last_insert_id() const
664 { DBUG_ASSERT(m_status == DA_OK); return m_last_insert_id; }
665
666 uint statement_warn_count() const
667 {

Callers 2

end_statementMethod · 0.80
get_last_insert_idMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected