mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge branch '10.6' into 10.11
This commit is contained in:
@@ -1078,6 +1078,11 @@ public:
|
||||
return m_affected_rows;
|
||||
}
|
||||
|
||||
void set_message(const char *msg)
|
||||
{
|
||||
strmake_buf(m_message, msg);
|
||||
}
|
||||
|
||||
ulonglong last_insert_id() const
|
||||
{
|
||||
DBUG_ASSERT(m_status == DA_OK || m_status == DA_OK_BULK);
|
||||
|
Reference in New Issue
Block a user