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
398 stars 198 forks source link

relay_log_info_repository variable was introduced only in MySQL 5.6.2 #8

Closed deniszh closed 10 years ago

deniszh commented 10 years ago

relay_log_info_repository variable was introduced only in MySQL 5.6.2 - https://dev.mysql.com/doc/refman/5.6/en/replication-options-slave.html#sysvar_relay_log_info_repository , getting this variable on older versions generate error.

yoshinorim commented 10 years ago

Thanks for the patch. Prior to 5.6, the SQL statement causes "Unknown system variable" error, but MHA ignores so it shouldn't prevent failover.

deniszh commented 10 years ago

Yep, it was quite strange why it starts generating error when I built latest mha4mysql-node from Github...