Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.2, 10.3, 10.4.12, 10.4
-
Component/s: Storage Engine - InnoDB
-
Labels:None
-
Environment:AIX 7.1
Description
Hi,
On 10.4.12, a new typedef has been introduced on InnoDB:
storage/innobase/include/rem0types.h:34: typedef short unsigned int offset_t
This typedef conflicts with an AIX typdef
/usr/include/sys/types.h:716: typedef long long int offset_t
It seems a mass substitution of ulint type to offset_t was made between mariadb10.4.11 and 10.4.12.
Thanks,
Etienne.
Attachments
Issue Links
- is caused by
-
MDEV-20950 Reduce size of record offsets
-
- Closed
-
- links to