The world's most popular open source database
Bugs fixed:
The line numbers provided in stack traces would be out by one line. (Bug#47348)
MySQL Proxy would return the wrong version string internally
from the proxy.PROXY_VERSION constant.
(Bug#45996)
MySQL Proxy could stop accepting network packets if a large number of packets were sent to the proxy. The listen queue has been extended to allow a larger backlog. (Bug#45878, Bug#43278)
Due to a memory leak, memory usage for each uniqute connection to the proxy would increase, leading to very high consumption. (Bug#45272)
MySQL Proxy would fail to work with certain versions of MySQL, including MySQL 5.1.15, where a change in the MySQL protocol existed. (Bug#45167)
See also Bug#25371.


User Comments
Add your own comment.