MySQL 9.1.0
Source Code Documentation
|
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Gcs_interface_parameters |
This class is to be used to provide parameters to bindings in a transparent and generic way. More... | |
Typedefs | |
typedef unsigned char | uchar |
typedef unsigned int | uint32 |
Enumerations | |
enum | enum_gcs_error { GCS_OK = 0 , GCS_NOK , GCS_MESSAGE_TOO_BIG } |
This enumeration describes errors which can occur during group communication operations. More... | |
enum class | Gcs_protocol_version : unsigned short { UNKNOWN = 0 , V1 = 1 , V2 = 2 , V3 = 3 , HIGHEST_KNOWN = V3 , V4 = 4 , V5 = 5 , MAXIMUM = 5 } |
The GCS protocol versions. More... | |
typedef unsigned char uchar |
typedef unsigned int uint32 |
enum enum_gcs_error |
|
strong |