MySQL 9.0.0
Source Code Documentation
my_xp_util.h File Reference
#include "plugin/group_replication/libmysqlgcs/include/mysql/gcs/mysql_gcs.h"
#include <unistd.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/types.h>
#include <errno.h>
#include <stdint.h>
#include <cassert>
#include <iostream>

Go to the source code of this file.

Classes

class  My_xp_util
 Class where cross platform utilities reside as static methods. More...
 
class  My_xp_socket_util
 Interface for socket utility methods. More...
 
class  My_xp_socket_util_impl
 

Macros

#define INT_MAX32   0x7FFFFFFFL
 
#define MY_MIN(a, b)   ((a) < (b) ? (a) : (b))
 

Macro Definition Documentation

◆ INT_MAX32

#define INT_MAX32   0x7FFFFFFFL

◆ MY_MIN

#define MY_MIN (   a,
 
)    ((a) < (b) ? (a) : (b))