mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 11:29:19 +08:00
mdbx-doc: import - mdb_cursor_del does not invalidate the cursor (ITS#8857).
This commit is contained in:
parent
d56c9a881e
commit
2689d0a71f
3
mdbx.h
3
mdbx.h
@ -1481,6 +1481,9 @@ LIBMDBX_API int mdbx_cursor_put(MDBX_cursor *cursor, MDBX_val *key,
|
||||
/* Delete current key/data pair
|
||||
*
|
||||
* This function deletes the key/data pair to which the cursor refers.
|
||||
* This does not invalidate the cursor, so operations such as MDBX_NEXT
|
||||
* can still be used on it. Both MDBX_NEXT and MDBX_GET_CURRENT will return
|
||||
* the same record after this operation.
|
||||
*
|
||||
* [in] cursor A cursor handle returned by mdbx_cursor_open()
|
||||
* [in] flags Options for this operation. This parameter must be set to 0
|
||||
|
Loading…
Reference in New Issue
Block a user