Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5(EOL), 10.0(EOL), 10.1(EOL)
-
10.1.30, 5.5.59
Description
Due to platform compiler differences, we have a lot of warnings throughout MariaDB's codebase when compiled on Windows 64Bit. We should aim to replace all variables that can represent size, array indexes, array sizes, memory sizes, etc. with size_t, in order to maintain portability across platforms.
MDEV-7912 came up because of this issue, in one particular use case.
Attachments
Issue Links
- relates to
-
MDEV-7912 multitable delete with wrongly set sort_buffer_size crashes in merge_buffers
- Closed