mirror of
				https://github.com/isar/libmdbx.git
				synced 2025-10-31 03:29:01 +08:00 
			
		
		
		
	mdbx: по-умолчанию MDBX_ENABLE_BIGFOOT=1 вне зависимости от разрядности платформы.
				
					
				
			This commit is contained in:
		| @@ -123,11 +123,7 @@ | ||||
| /** Enables chunking long list of retired pages during huge transactions commit | ||||
|  * to avoid use sequences of pages. */ | ||||
| #ifndef MDBX_ENABLE_BIGFOOT | ||||
| #if MDBX_WORDBITS >= 64 || defined(DOXYGEN) | ||||
| #define MDBX_ENABLE_BIGFOOT 1 | ||||
| #else | ||||
| #define MDBX_ENABLE_BIGFOOT 0 | ||||
| #endif | ||||
| #elif !(MDBX_ENABLE_BIGFOOT == 0 || MDBX_ENABLE_BIGFOOT == 1) | ||||
| #error MDBX_ENABLE_BIGFOOT must be defined as 0 or 1 | ||||
| #endif /* MDBX_ENABLE_BIGFOOT */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user