mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 11:29:19 +08:00
lmdb: Another MDB_APPEND doc tweak.
Missed this in 7ce29b9edbdaf34b7aeb545324008ed4dff62952 Change-Id: Ida12915843e414bfdd6fb6575425525ccac99605
This commit is contained in:
parent
6a3efb82eb
commit
d6b5070100
2
lmdb.h
2
lmdb.h
@ -1486,7 +1486,7 @@ int mdb_cursor_get(MDB_cursor *cursor, MDB_val *key, MDB_val *data,
|
||||
* database. No key comparisons are performed. This option allows
|
||||
* fast bulk loading when keys are already known to be in the
|
||||
* correct order. Loading unsorted keys with this flag will cause
|
||||
* data corruption.
|
||||
* a #MDB_KEYEXIST error.
|
||||
* <li>#MDB_APPENDDUP - as above, but for sorted dup data.
|
||||
* <li>#MDB_MULTIPLE - store multiple contiguous data elements in a
|
||||
* single request. This flag may only be specified if the database
|
||||
|
Loading…
Reference in New Issue
Block a user