MySQL 9.0.0
Source Code Documentation
mysql_com_server.h File Reference

Definitions private to the server, used in the networking layer to notify specific events. More...

#include <stddef.h>
#include "compression.h"
#include "my_inttypes.h"

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)
 

Detailed Description

Definitions private to the server, used in the networking layer to notify specific events.

Typedef Documentation

◆ after_header_callback_fn

typedef void(* after_header_callback_fn) (NET *net, void *user_data, size_t count, bool rc)

◆ before_header_callback_fn

typedef void(* before_header_callback_fn) (NET *net, void *user_data, size_t count)

◆ NET_SERVER

typedef struct NET_SERVER NET_SERVER

Function Documentation

◆ net_server_ext_init()

void net_server_ext_init ( NET_SERVER ns)
inline