![]() |
MySQL
8.0.23
Source Code Documentation
|
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Gcs_interface_parameters |
Typedefs | |
typedef unsigned char | uchar |
typedef unsigned int | uint32 |
Enumerations | |
enum | enum_gcs_error { GCS_OK = 0, GCS_NOK, GCS_MESSAGE_TOO_BIG } |
enum | Gcs_protocol_version : unsigned short { Gcs_protocol_version::UNKNOWN = 0, Gcs_protocol_version::V1 = 1, Gcs_protocol_version::V2 = 2, Gcs_protocol_version::HIGHEST_KNOWN = V2, Gcs_protocol_version::V3 = 3, Gcs_protocol_version::V4 = 4, Gcs_protocol_version::V5 = 5, Gcs_protocol_version::MAXIMUM = 5 } |
The GCS protocol versions. More... | |
typedef unsigned char uchar |
typedef unsigned int uint32 |
enum enum_gcs_error |
|
strong |