Commit 20fe3934 authored by pekka@mysql.com's avatar pekka@mysql.com

ndb - bug#8876

parent 89d44e03
......@@ -5942,7 +5942,7 @@ int Dbtc::releaseAndAbort(Signal* signal)
signal->theData[0] = tcConnectptr.i;
signal->theData[1] = apiConnectptr.p->transid[0];
signal->theData[2] = apiConnectptr.p->transid[1];
signal->theData[3] = hostptr.i;
signal->theData[3] = localHostptr.i;
signal->theData[4] = ZFALSE;
sendSignal(cownref, GSN_ABORTED, signal, 5, JBB);
}//if
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment