mdbx: be a bit more precise that mdb_get retrieves data (ITS#8386).

Change-Id: I91f6fa0cf7c98ed113ff8d51387376a1c18dc231
This commit is contained in:
Philipp Storz 2016-03-14 10:07:35 +01:00 committed by Leo Yuriev
parent cea2e33d05
commit cdd7eadce7

View File

@ -51,7 +51,7 @@ databases should only be opened once, by the first transaction in
the process. After the first transaction completes, the database
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
below if you want to do more).