My question is specifically about the "before the next update operation or the transaction ends" part. Does this mean the reserved buffer becomes unusable as soon as another put is executed? What exactly happens? This statement does not appear consistently, which is why I am doubting..
Where is the MDB_RESERVE doc inconsistent? Point it out and we'll clarify it.
the phrase in question, "before the next update operation or the transaction ends", appears in the docs for mdb_put, but is missing in the docs for mdb_cursor_put
Chris