yoshinorim / mha4mysql-node

Development tree of Master High Availability Manager and tools for MySQL (MHA), Node (MySQL Server) part
http://code.google.com/p/mysql-master-ha/
GNU General Public License v2.0
402 stars 202 forks source link

support long length mysql version #36

Open wtip opened 5 years ago

wtip commented 5 years ago

Support long length mysql version such as 5.7.23-0ubuntu0.16.04.1-log

This fixes Redundant argument in sprintf error on perl 5.22 as mentioned in issue #35 Pull request #23 didn't fix this issue for me.

Adapted fix from https://github.com/innotop/innotop/issues/122