MySQL 8.3.0
Source Code Documentation
compression_attributes Struct Reference

This structure holds the negotiated compression algorithm and level between client and server. More...

#include <mysql_com_server.h>

Public Member Functions

 compression_attributes ()
 

Public Attributes

char compress_algorithm [COMPRESSION_ALGORITHM_NAME_LENGTH_MAX]
 
unsigned int compress_level
 
bool compression_optional
 

Detailed Description

This structure holds the negotiated compression algorithm and level between client and server.

Constructor & Destructor Documentation

◆ compression_attributes()

compression_attributes::compression_attributes ( )
inline

Member Data Documentation

◆ compress_algorithm

char compression_attributes::compress_algorithm[COMPRESSION_ALGORITHM_NAME_LENGTH_MAX]

◆ compress_level

unsigned int compression_attributes::compress_level

◆ compression_optional

bool compression_attributes::compression_optional

The documentation for this struct was generated from the following file: