Skip to content

Commit e55956a

Browse files
committed
Another MDB_APPEND doc tweak
Missed this in 7ce29b9edbdaf34b7aeb545324008ed4dff62952
1 parent 5d67c6a commit e55956a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/liblmdb/lmdb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ int mdb_cursor_get(MDB_cursor *cursor, MDB_val *key, MDB_val *data,
14421442
* database. No key comparisons are performed. This option allows
14431443
* fast bulk loading when keys are already known to be in the
14441444
* correct order. Loading unsorted keys with this flag will cause
1445-
* data corruption.
1445+
* a #MDB_KEYEXIST error.
14461446
* <li>#MDB_APPENDDUP - as above, but for sorted dup data.
14471447
* <li>#MDB_MULTIPLE - store multiple contiguous data elements in a
14481448
* single request. This flag may only be specified if the database

0 commit comments

Comments
 (0)