MySQL 9.1.0
Source Code Documentation
|
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 |
This structure holds the negotiated compression algorithm and level between client and server.
|
inline |
char compression_attributes::compress_algorithm[COMPRESSION_ALGORITHM_NAME_LENGTH_MAX] |
unsigned int compression_attributes::compress_level |
bool compression_attributes::compression_optional |