yoshinorim/mha4mysql-node

New feature: Supporting "mysql --binary-mode" in 5.6.3+

Closed this issue · 1 comments

See http://bugs.mysql.com/bug.php?id=33048 for details.
--binary-mode is needed when you store binary data and do not escape properly (i.e. addslashes()).

In this fix, I'll implement MHA Node to use "mysql --binary-mode" if MySQL client supports(if mysql client version is 5.6.3+).