mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
16feea4109
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 |
||
---|---|---|
.. | ||
os0file.c | ||
os0proc.c | ||
os0sync.c | ||
os0thread.c |