Commit fa7b260a authored by unknown's avatar unknown

ndb Updated example


ndb/examples/ndbapi_scan_example/ndbapi_scan.cpp:
  Updated example
ndb/include/ndbapi/NdbScanFilter.hpp:
  Fix default value
parent 52722f1b
...@@ -88,7 +88,7 @@ public: ...@@ -88,7 +88,7 @@ public:
/** /**
* Compare column <b>ColId</b> with <b>val</b> * Compare column <b>ColId</b> with <b>val</b>
*/ */
int cmp(BinaryCondition cond, int ColId, const void *val, Uint32 len); int cmp(BinaryCondition cond, int ColId, const void *val, Uint32 len = 0);
/** /**
* @name Integer Comparators * @name Integer Comparators
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment