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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user