mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Fix testBasicAsynch
Fix debug require in TC
This commit is contained in:
parent
6b4d60e668
commit
3b4e86db43
2 changed files with 1 additions and 2 deletions
|
@ -8508,7 +8508,6 @@ void Dbtc::execSCAN_TABREQ(Signal* signal)
|
|||
|
||||
SCAN_TAB_error:
|
||||
jam();
|
||||
ndbrequire(false);
|
||||
ScanTabRef * ref = (ScanTabRef*)&signal->theData[0];
|
||||
ref->apiConnectPtr = transP->ndbapiConnect;
|
||||
ref->transId1 = transid1;
|
||||
|
|
|
@ -476,7 +476,7 @@ HugoAsynchTransactions::executeAsynchOperation(Ndb* pNdb,
|
|||
case NO_INSERT:
|
||||
case NO_UPDATE:
|
||||
case NO_DELETE:
|
||||
abort();
|
||||
break;
|
||||
}
|
||||
|
||||
// Close all transactions
|
||||
|
|
Loading…
Add table
Reference in a new issue