MySQL 9.1.0
Source Code Documentation
|
#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)) |
#define INT_MAX32 0x7FFFFFFFL |
#define MY_MIN | ( | a, | |
b | |||
) | ((a) < (b) ? (a) : (b)) |