]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] add option "mysql-check" to use MySQL health checks
authorHervé COMMOWICK <hcommowick@exosec.fr>
Tue, 12 Jan 2010 08:25:13 +0000 (09:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 12 Jan 2010 09:37:39 +0000 (10:37 +0100)
commit698ae00fc272bf5f4e159922546347066bd66378
treec48d606d36d7893123b3acc7ffca32a01abaa771
parent9f2b9d5bf766d832331c7c6455c2a82af14a8e9d
[MINOR] add option "mysql-check" to use MySQL health checks

This patch adds support for MySQL health checks. Those are
enabled using the new option "mysql-check".
doc/configuration.txt
include/types/proxy.h
src/cfgparse.c
src/checks.c
tests/test-sql.cfg [new file with mode: 0644]