mariadb/storage/innobase/os
Calvin Sun 16feea4109 Bug#52062: Compiler warning in os0file.c on windows 64-bit
On Windows, the parameter for number of bytes passed into WriteFile()
and ReadFile() is DWORD. Casting is needed to silence the warning on
64-bit Windows.

Also, adding several asserts to ensure the variable for number of bytes
is no more than 32 bits, even on 64-bit Windows.

This is for built-in InnoDB.

rb://415
Approved by: Inaam
2010-10-27 23:18:59 -05:00
..
os0file.c Bug#52062: Compiler warning in os0file.c on windows 64-bit 2010-10-27 23:18:59 -05:00
os0proc.c Applying InnoDB snashot 5.1-ss6129 2009-11-02 19:00:26 +04:00
os0sync.c Applied InnoDB snapshot innodb-5.1-ss2298 2008-02-19 09:44:09 -07:00
os0thread.c Applied innodb-5.1 snapshots ss799 and ss854 2006-09-21 01:39:09 -06:00