From: Howard Chu Date: Fri, 21 Aug 2015 20:40:33 +0000 (+0100) Subject: Another MDB_APPEND doc tweak X-Git-Tag: LMDB_0.9.17~109 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e55956a5913f67a76ceee256ecaad6d774a649bc;p=openldap Another MDB_APPEND doc tweak Missed this in 7ce29b9edbdaf34b7aeb545324008ed4dff62952 --- diff --git a/libraries/liblmdb/lmdb.h b/libraries/liblmdb/lmdb.h index 762dba2ec2..bc332eba11 100644 --- a/libraries/liblmdb/lmdb.h +++ b/libraries/liblmdb/lmdb.h @@ -1442,7 +1442,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. *
  • #MDB_APPENDDUP - as above, but for sorted dup data. *
  • #MDB_MULTIPLE - store multiple contiguous data elements in a * single request. This flag may only be specified if the database