Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
Description
The range of uint, ulong and ulonglong are system-dependant, whereas what’s important in practice is whether the maximum acceptable value is UINT64_MAX or UINT32_MAX.
For the platforms we support, uint is 32-bit and ulonglong 64-bit. This leaves ulong between them (64-bit on Linux, 32-bit on Windows) no practical place.
Attachments
Issue Links
- split from
-
MDEV-35706 Shrink my_thread_id to uint32_t
- Open