mirror of
				https://github.com/isar/libmdbx.git
				synced 2025-10-31 03:29:01 +08:00 
			
		
		
		
	lmdb: ITS#8117 Fix MDB_INTEGERDUP keysize doc.
Change-Id: I7cf7c456f35fe9c5449a37ad9130864617197726
This commit is contained in:
		
				
					committed by
					
						 Leo Yuriev
						Leo Yuriev
					
				
			
			
				
	
			
			
			
						parent
						
							104312d15e
						
					
				
				
					commit
					476c5b02ea
				
			
							
								
								
									
										5
									
								
								mdb.c
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								mdb.c
									
									
									
									
									
								
							| @@ -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) | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user