mirror of https://github.com/sysown/proxysql
commit
3606ac00a8
@ -0,0 +1,12 @@
|
||||
Introduction
|
||||
============
|
||||
|
||||
ProxySQL is a high performance, high availability, protocol aware proxy for MySQL and forks (like Percona Server and MariaDB).
|
||||
All the while getting the unlimited freedom that comes with a GPL license.
|
||||
|
||||
Its development is driven by the lack of open source proxies that provide high performance.
|
||||
Ufficial website: http://www.proxysql.com/
|
||||
Benchmarks and old blog posts can be found at http://www.proxysql.blogspot.com/
|
||||
Forum: https://groups.google.com/forum/#proxysql/
|
||||
|
||||
Wiki: https://github.com/sysown/proxysql/wiki/
|
||||
@ -1,9 +0,0 @@
|
||||
============
|
||||
Introduction
|
||||
============
|
||||
|
||||
ProxySQL is a high performance proxy, currently for MySQL and forks (like Percona Server and MariaDB) only.
|
||||
Future versions of ProxySQL will support a variety database backends.
|
||||
|
||||
Its development is driven by the lack of open source proxies that provide high performance.
|
||||
Benchmarks can be found at http://www.proxysql.com
|
||||
@ -0,0 +1,25 @@
|
||||
# ProxySQL v1.2.4
|
||||
|
||||
Release date: 2016-09-29
|
||||
|
||||
## Performance improvement
|
||||
|
||||
None
|
||||
|
||||
## Usability improvement
|
||||
|
||||
* Admin: Report in error log if unable to read config file [#705](../../../../issues/705)
|
||||
* Admin: Allow GO clients to connect to Admin interface using user "stats" [#708](../../../../issues/708)
|
||||
* Monitor: added [diamond Collector](../../diamond/) to export to graphite or similar
|
||||
|
||||
## New features
|
||||
|
||||
* Admin: introduced new variable status related to connection pool usage [#703](../../../../issues/703)
|
||||
* Protocol: filters SHOW WARNINGS , [#696](../../../../issues/696)
|
||||
|
||||
## Bug fixes
|
||||
|
||||
* Mirroring: crashing bug on mirrorred traffic and show mysql status [#699](../../../../issues/699)
|
||||
* Connection Pool: SSL did not work with RDS , [#700](../../../../issues/700)
|
||||
* Protocol: in some case, compressed packets were being corrupted [#297](../../../../issues/297)
|
||||
* Monitor: rows were not deleted from monitor tables [#704](../../../../issues/704)
|
||||
Loading…
Reference in new issue