mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 07:44:22 +01:00
Fix testBasicAsynch
Fix debug require in TC ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Remove debug assert ndb/test/src/HugoAsynchTransactions.cpp: Fix testBasicAsynch
This commit is contained in:
parent
b3d8ec935d
commit
f5b3f9228b
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