Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.4
-
Fix Version/s: 10.4.11
-
Component/s: Compiling
-
Labels:
-
Environment:AIX
Description
Line of sql/wsrep_mysqld.cc :
size_t const ip_len= wsrep_host_len(node_addr.c_str(), node_addr.size());
|
is preprocessed (gcc -E) as:
size_t const
|
ip_ff.ip_vhltl.ip_x.ip_xlen
|
= wsrep_host_len(node_addr.c_str(), node_addr.size());
|
where "ip_len" becomes: ip_ff.ip_vhltl.ip_x.ip_xlen , which is wrong and breaks.
Attachments
Issue Links
- is blocked by
-
MDEV-24099 Mariadb 10.3.25 Issue with ip_len on AIX
-
- Closed
-
- relates to
-
MDEV-19512 Foundation: MCAs patches
-
- Open
-
- links to