]> git.sur5r.net Git - openldap/commitdiff
Another MDB_APPEND doc tweak
authorHoward Chu <hyc@openldap.org>
Fri, 21 Aug 2015 20:40:33 +0000 (21:40 +0100)
committerHoward Chu <hyc@openldap.org>
Fri, 21 Aug 2015 20:40:33 +0000 (21:40 +0100)
Missed this in 7ce29b9edbdaf34b7aeb545324008ed4dff62952

libraries/liblmdb/lmdb.h

index 801f6b009875bfcd8a00431ab25e9c66de054854..e3d72dce004950c47fe16a0d02d6790ecc317ff1 100644 (file)
@@ -1465,7 +1465,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