1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-08 06:27:57 +03:00

Better handling of transaction ids,

make *sure* that no one gets same transid twice
(wo/ restarting process)
This commit is contained in:
joreland@mysql.com
2004-08-27 19:41:00 +02:00
parent 6af42cfba4
commit d10e9ba9b6
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);
}
}