mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-31 10:58:20 +08:00
mdbx: be a bit more precise that mdb_get retrieves data (ITS#8386).
Change-Id: I91f6fa0cf7c98ed113ff8d51387376a1c18dc231
This commit is contained in:
parent
cea2e33d05
commit
cdd7eadce7
@ -51,7 +51,7 @@ databases should only be opened once, by the first transaction in
|
|||||||
the process. After the first transaction completes, the database
|
the process. After the first transaction completes, the database
|
||||||
handles can freely be used by all subsequent transactions.
|
handles can freely be used by all subsequent transactions.
|
||||||
|
|
||||||
Within a transaction, #mdb_get() and #mdb_put() can store single
|
Within a transaction, #mdb_get() can retrieve and #mdb_put() can store single
|
||||||
key/value pairs if that is all you need to do (but see \ref Cursors
|
key/value pairs if that is all you need to do (but see \ref Cursors
|
||||||
below if you want to do more).
|
below if you want to do more).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user