*ret_subs_used is 0 when returning YDB_ERR_NODEEND
Final Release Note
The parameter *ret_subs_used, which is intended to return results, is set to zero (0) when a call to ydb_node_next_s(), ydb_node_next_st(), ydb_node_prev_s(), or ydb_node_prev_st() has a return code of YDB_ERR_NODEEND. Previously this value remained untouched under this case. [#447 (closed)]
Description
Currently, the value of *ret_subs_used is left alone when ydb_node_next_s*() or ydb_node_prev_s*() returns YDB_ERR_NODEEND. The value should be set to zero in the case.
Draft Release Note
The parameter (return) value *ret_subs_used on a ydb_node_next_s*() or ydb_node_prev_s*() call is set to zero (0) when the return code YDB_ERR_NODEEND is returned as the status. Previously this value was left untouched.
Edited by K.S. Bhaskar