mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Fix apiConnectptr after execute direct
This commit is contained in:
parent
f75dcd9409
commit
8b7bd89bef
1 changed files with 2 additions and 0 deletions
|
@ -5009,6 +5009,8 @@ void Dbtc::execLQHKEYREF(Signal* signal)
|
|||
regApiPtr->lqhkeyreqrec--; // Compensate for extra during read
|
||||
tcKeyRef->connectPtr = indexOp;
|
||||
EXECUTE_DIRECT(DBTC, GSN_TCKEYREF, signal, TcKeyRef::SignalLength);
|
||||
apiConnectptr.i = regTcPtr->apiConnect;
|
||||
apiConnectptr.p = regApiPtr;
|
||||
} else {
|
||||
jam();
|
||||
tcKeyRef->connectPtr = clientData;
|
||||
|
|
Loading…
Reference in a new issue