Bug #78715 Replace usage of SOCKET_SIZE_TYPE with socket_len_t
Submitted: 6 Oct 2015 12:15 Modified: 12 Oct 2015 15:02
Reporter: Magnus Blåudd Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:7.5.0 OS:Any
Assigned to: CPU Architecture:Any

[6 Oct 2015 12:15] Magnus Blåudd
Description:
Code using SOCKET_SIZE_TYPE in storage/ndb/ should be changed to use the socket_len_t typedef. This avoids duplicate typedefs for same type.

How to repeat:
MCI

Suggested fix:
Replace SOCKET_SIZE_TYPE with socket_len_t
[12 Oct 2015 15:02] Jon Stephens
Code refactoring. No impact on users. Closed.