mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
ndb - bug#22672
fix another incorrect assertion storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: clear m_transaction_nodes.clear() to avoid asserion in debug-compiled in releaseApiCon
This commit is contained in:
parent
a1fa0ed49b
commit
e4a398f1d3
1 changed files with 1 additions and 0 deletions
|
@ -1295,6 +1295,7 @@ void Dbtc::execTCRELEASEREQ(Signal* signal)
|
|||
apiConnectptr.p->firstTcConnect == RNIL))
|
||||
{
|
||||
jam(); /* JUST REPLY OK */
|
||||
apiConnectptr.p->m_transaction_nodes.clear();
|
||||
releaseApiCon(signal, apiConnectptr.i);
|
||||
signal->theData[0] = tuserpointer;
|
||||
sendSignal(tapiBlockref,
|
||||
|
|
Loading…
Reference in a new issue