lmdb: Another MDB_APPEND doc tweak.

Missed this in 7ce29b9edbdaf34b7aeb545324008ed4dff62952

Change-Id: Ida12915843e414bfdd6fb6575425525ccac99605
This commit is contained in:
Howard Chu 2015-08-21 21:40:33 +01:00 committed by Leo Yuriev
parent 6a3efb82eb
commit d6b5070100

2
lmdb.h
View File

@ -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