From c77fbc6f35bc0f392f4944a5dbe498069428ddb4 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 21 Aug 2015 21:40:33 +0100 Subject: [PATCH] Another MDB_APPEND doc tweak Missed this in 7ce29b9edbdaf34b7aeb545324008ed4dff62952 --- libraries/liblmdb/lmdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblmdb/lmdb.h b/libraries/liblmdb/lmdb.h index 801f6b0..e3d72dc 100644 --- a/libraries/liblmdb/lmdb.h +++ b/libraries/liblmdb/lmdb.h @@ -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. *
  • #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 -- 2.7.4