mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
88662a2da4
by typecasting the variables before multiplying them, so that the result of the multiplication is of type "unsigned long long". I verified this fix by creating a sparse file of 6TB and forcing InnoDB to use it without overwriting it with zeroes (by commenting the code that overwrites :newraw files). New type ullint is introduced with the sole purpose of shortening "unsigned long long", please do not define it to something else than "unsigned long long". Approved by: Heikki |
||
---|---|---|
.. | ||
fsp0fsp.c |