Bug#513558: mysql-proxy: failover does not work

2009-01-30 Thread Vladimir Rajnys
Sorry, I said it bad. If I have opened connection with mysql-proxy and mysql-server crashes then mysql-proxy doesnt detect it and still sends queries to crashed server. I mean it would connect to running server and send query there. So this is unusable for applications that have opened connect

Bug#513558: mysql-proxy: failover does not work

2009-01-30 Thread Norbert Tretkowski
tags 513558 +unreproducible thanks Am Freitag, den 30.01.2009, 07:14 +0100 schrieb Vladimir Rajnys: > My /etc/default/mysql-proxy: > > ENABLED="true" > OPTIONS="--proxy-address=127.0.0.5:3306 > --proxy-backend-addresses=127.0.0.1:3306 > --proxy-backend-addresses=10.0.0.5:3306" > > > If I stop

Bug#513558: mysql-proxy: failover does not work

2009-01-29 Thread Vladimir Rajnys
Package: mysql-proxy Version: 0.6.1-5~bpo40+1 Severity: important My /etc/default/mysql-proxy: ENABLED="true" OPTIONS="--proxy-address=127.0.0.5:3306 --proxy-backend-addresses=127.0.0.1:3306 --proxy-backend-addresses=10.0.0.5:3306" If I stop mysql on localhost, then mysql-proxy does not send