Skip to main content

types

MysqlConfig5_7

Options and structure of MysqlConfig5_7 reflects MySQL 5.7 configuration file

innodbBufferPoolSize : google.protobuf.Int64Value

Size of the InnoDB buffer pool used for caching table and index data.

For details, see MySQL documentation for the parameter.

maxConnections : google.protobuf.Int64Value

The maximum permitted number of simultaneous client connections.

For details, see MySQL documentation for the variable.

longQueryTime : google.protobuf.DoubleValue

Time that it takes to process a query before it is considered slow.

For details, see MySQL documentation for the variable.

MysqlConfigSet5_7

effectiveConfig : MysqlConfig5_7

Effective settings for a MySQL 5.7 cluster (a combination of settings defined in user_config and default_config).

userConfig : MysqlConfig5_7

User-defined settings for a MySQL 5.7 cluster.

defaultConfig : MysqlConfig5_7

Default configuration for a MySQL 5.7 cluster.