v1.2.0e
Pre-release
Pre-release
Version v1.2.0e introduces the follow changes to v1.2.0d :
- reduces memory footprint for MySQL_Connection
- adds column
use_sslin tablemysql_serversand 3 new configuration variables to enable SSL connections , see https://github.com/sysown/proxysql/blob/ssl/doc/SSL.md , #551 and #552 - adds column
max_latency_msin tablemysql_servers: when not zero, servers with high latency are not considered for routing traffic (for example in a remote DC) . Servers with nomax_latency_msdefined are computed against new global variablemysql-default_max_latency_ms - adds experimental support for
SERVER_MORE_RESULTS_EXISTS, #547 - Admin modules doesn't generate errors for unknown variable so that clients won't exist , #556 and #562
- adds new variable
mysql-connection_max_age_msto define the max lifetime of a connection , #563