1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-02 02:53:04 +03:00

wl1671 - bug fixes

This commit is contained in:
joreland@mysql.com
2004-06-16 13:27:35 +02:00
parent 14d0084350
commit c9e34f1905
7 changed files with 67 additions and 13 deletions

View File

@@ -412,7 +412,7 @@ UtilTransactions::clearTable3(Ndb* pNdb,
if(check != -1){
check = pTrans->execute(Commit);
pTrans->releaseCompletedOperations();
pTrans->restart();
}
err = pTrans->getNdbError();
@@ -536,7 +536,7 @@ UtilTransactions::copyTableData(Ndb* pNdb,
} while((eof = rs->nextResult(false)) == 0);
check = pTrans->execute(Commit);
pTrans->releaseCompletedOperations();
pTrans->restart();
if( check == -1 ) {
const NdbError err = pTrans->getNdbError();
ERR(err);