1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00

changed NdbConnection to NdbTransaction

This commit is contained in:
tomas@poseidon.ndb.mysql.com
2005-01-04 08:30:48 +01:00
parent c14ebf5216
commit b44738826a
5 changed files with 16 additions and 16 deletions

View File

@@ -194,7 +194,7 @@ int scanReadRecords(Ndb* pNdb,
int retryAttempt = 0;
const int retryMax = 100;
int check;
NdbConnection *pTrans;
NdbTransaction *pTrans;
NdbScanOperation *pOp;
NdbIndexScanOperation * pIOp= 0;