1
0
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:
unknown
2004-08-27 19:41:00 +02:00
parent 3f45e53790
commit 43acfcae1f
5 changed files with 13 additions and 12 deletions

View File

@@ -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);
}
}