mirror of
https://github.com/MariaDB/server.git
synced 2025-11-02 02:53:04 +03:00
autotest failures
This commit is contained in:
@@ -951,8 +951,15 @@ UtilTransactions::scanAndCompareUniqueIndex(Ndb* pNdb,
|
||||
|
||||
pOp = pTrans->getNdbScanOperation(tab.getName());
|
||||
if (pOp == NULL) {
|
||||
ERR(pTrans->getNdbError());
|
||||
const NdbError err = pNdb->getNdbError();
|
||||
pNdb->closeTransaction(pTrans);
|
||||
ERR(err);
|
||||
|
||||
if (err.status == NdbError::TemporaryError){
|
||||
NdbSleep_MilliSleep(50);
|
||||
retryAttempt++;
|
||||
continue;
|
||||
}
|
||||
return NDBT_FAILED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user