Commit 9011082e authored by joreland@mysql.com's avatar joreland@mysql.com

ndb Updated example

parent c3f03a38
...@@ -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