1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

changed NdbConnection to NdbTransaction

This commit is contained in:
unknown
2005-01-04 08:30:48 +01:00
parent 3410ce0927
commit a0e534c7e5
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;