[MDEV-31879] Force IO_CACHE work with files larger than 2-4GiB on 32-bit platforms Created: 2023-08-08 Updated: 2023-08-08 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Nikita Malyavin | Assignee: | Nikita Malyavin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The support depends on the SIZEOF_OFF_T value, which in turn depends on _FILE_OFFSET_BITS macro.
Windows doesn't but SIZEOF_OFF_T is forced there in my_global.h:
Same for _APPLE_ For the rest of the platforms the support is unclear. |