| 658 | { DBUG_ASSERT(m_status == DA_ERROR); return m_sqlstate; } |
| 659 | |
| 660 | ulonglong affected_rows() const |
| 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; } |
no outgoing calls
no test coverage detected