commit | 212f778d6a7ffe270cdeaed7fc9a29891c4962cd | [log] [tgz] |
---|---|---|
author | Hervé COMMOWICK <hcommowick@exosec.net> | Fri Jun 10 14:05:59 2011 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 17 11:18:52 2011 +0200 |
tree | ea4298fbb2c17f547a7b73fd3210ccd5a37a6686 | |
parent | ab1a3e97a45d63be63e3acd8b92a114cb7008109 [diff] |
[BUG] checks: fix support of Mysqld >= 5.5 for mysql-check mysqld >= 5.5 want the client to announce 4.1+ authentication support, even if we have no password, so we do this. I also check on a debian potato mysqld 3.22 and it works too so i assume we are good from 3.22 to 5.5. [WT: this must be backported to 1.4]