mariadb/os
calvin cb876f88df branches/zip: fix Mantis issue #138 InnoDB fails if
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)
2008-12-10 22:19:07 +00:00
..
os0file.c branches/zip: Merge 2437:2485 from branches/5.1: 2008-06-06 15:24:58 +00:00
os0proc.c branches/zip: fix Mantis issue #138 InnoDB fails if 2008-12-10 22:19:07 +00:00
os0sync.c branches/zip: Always display a newline after ut_print_buf(stderr, ...). 2008-08-06 08:10:21 +00:00
os0thread.c branches/zip: Remove the unused function os_thread_join(). 2008-02-18 19:14:09 +00:00