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_ssl
in tablemysql_servers
and 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_ms
in 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_ms
defined 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_ms
to define the max lifetime of a connection , #563