mariadb/srv
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
..
srv0que.c branches/zip: Introduce UNIV_INTERN, a linkage specifier for InnoDB-global 2008-02-06 14:17:36 +00:00
srv0srv.c branches/zip: fix Mantis issue #138 InnoDB fails if 2008-12-10 22:19:07 +00:00
srv0start.c branches/zip: Fix typo in comment. 2008-08-09 00:53:28 +00:00