Commit 3eeb21fc authored by Yoni Fogel's avatar Yoni Fogel

Addresses #284

Added comment about static buffers being fine if they are of sufficient size
i.e. for limited queries.

git-svn-id: file:///svn/tokudb@1784 c7de825b-a66e-492c-adef-691d508d4ae1
parent f2caca3c
......@@ -89,6 +89,7 @@ int toku_rt_close(toku_range_tree* tree);
* necessary.
* NOTE: buf must have been dynamically allocated i.e.
* via malloc(3), calloc(3), etc.
* The buffer will not be modified unless it is too small.
* buflen: A pointer to the lenfth of the buffer. If the buffer
* is increased, then buflen will be updated.
* numfound: The number of ranges found.
......
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