MySQL 9.1.0
Source Code Documentation
|
Definitions private to the server, used in the networking layer to notify specific events. More...
Go to the source code of this file.
Classes | |
struct | compression_attributes |
This structure holds the negotiated compression algorithm and level between client and server. More... | |
struct | NET_SERVER |
Typedefs | |
typedef void(* | before_header_callback_fn) (NET *net, void *user_data, size_t count) |
typedef void(* | after_header_callback_fn) (NET *net, void *user_data, size_t count, bool rc) |
typedef struct NET_SERVER | NET_SERVER |
Functions | |
void | net_server_ext_init (NET_SERVER *ns) |
Definitions private to the server, used in the networking layer to notify specific events.
typedef struct NET_SERVER NET_SERVER |
|
inline |