mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
cb876f88df
innodb_buffer_pool_size >= 4096M on x64 Windows All three srv_buf_pool related variables are defined as ulong, which is 32-bit on 64-bit Windows. They are changed to 64-bit ulint. Also system_info.dwPageSize appears to be 32-bit only. Casting to 64-bit is required. Approved by: Marko (on IM) |
||
---|---|---|
.. | ||
os0file.c | ||
os0proc.c | ||
os0sync.c | ||
os0thread.c |