At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/ndbjmerge
------------------------------------------------------------
revno: 164
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: ndbjmerge
timestamp: Sun 2007-09-30 14:24:47 -0700
message:
Fixed NdbDictionary::Index naming bug.
modified:
swig/NdbTransaction.i ndbtransaction.i-20070227184716-ecjyhh3jgvmye4de-7
=== modified file 'swig/NdbTransaction.i'
--- a/swig/NdbTransaction.i 2007-09-30 21:21:46 +0000
+++ b/swig/NdbTransaction.i 2007-09-30 21:24:47 +0000
@@ -39,8 +39,8 @@
/* These first two are deprecated */
NdbIndexScanOperation* getNdbIndexScanOperation(const char* anIndexName,
const char* aTableName);
- NdbIndexScanOperation* getNdbIndexScanOperation
- (const NdbDictionary::Index *anIndex, const NdbDictTable *aTable);
+ NdbIndexScanOperation* getNdbIndexScanOperation(const NdbDictIndex *anIndex,
+ const NdbDictTable *aTable);
NdbIndexScanOperation* getNdbIndexScanOperation(const NdbDictIndex *anIndex);
NdbIndexOperation* getNdbIndexOperation(const char* anIndexName,
| Thread |
|---|
| • Rev 164: Fixed NdbDictionary::Index naming bug. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/ndbjmerge | Monty Taylor | 30 Sep |