github sysown/proxysql v1.2.0e

latest releases: v2.6.2, 2.6.3, v3.0.0...
pre-release7 years ago

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

Don't miss a new proxysql release

NewReleases is sending notifications on new releases.