lmdb: ITS#8117 Fix MDB_INTEGERDUP keysize doc.

Change-Id: I7cf7c456f35fe9c5449a37ad9130864617197726
This commit is contained in:
Hallvard Furuseth
2015-05-19 20:33:35 +02:00
committed by Leo Yuriev
parent 104312d15e
commit 476c5b02ea
2 changed files with 11 additions and 8 deletions

5
mdb.c
View File

@@ -4796,7 +4796,10 @@ mdb_env_close_ex(MDB_env *env, int dont_sync)
free(env);
}
/** Compare two items pointing at aligned size_t's or unsigned's */
/** Compare two items pointing at aligned unsigned int's.
*
* This is also set as #MDB_INTEGERDUP|#MDB_DUPFIXED's #MDB_dbx.%md_dcmp.
*/
static int
mdb_cmp_int_a(const MDB_val *a, const MDB_val *b)
{