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

@ -119,7 +119,7 @@ int clear_table(Ndb* pNdb, const NdbDictionary::Table* pTab, int parallelism)
const int retryMax = 10;
int deletedRows = 0;
int check;
NdbConnection *pTrans;
NdbTransaction *pTrans;
NdbScanOperation *pOp;
NdbError err;