mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Better handling of transaction ids,
make *sure* that no one gets same transid twice (wo/ restarting process)
This commit is contained in:
@@ -682,7 +682,7 @@ NdbDictInterface::~NdbDictInterface()
|
||||
{
|
||||
if (m_transporter != NULL){
|
||||
if (m_blockNumber != -1)
|
||||
m_transporter->close(m_blockNumber);
|
||||
m_transporter->close(m_blockNumber, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user