Skip to content

v1.2.0e

Pre-release
Pre-release
Compare
Choose a tag to compare
@renecannao renecannao released this 05 May 14:21
· 102 commits to v1.2.0 since this release

Version v1.2.0e introduces the follow changes to v1.2.0d :

  • reduces memory footprint for MySQL_Connection
  • adds column use_ssl in table mysql_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 table mysql_servers : when not zero, servers with high latency are not considered for routing traffic (for example in a remote DC) . Servers with no max_latency_ms defined are computed against new global variable mysql-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