MySQL Cluster Manager 1.4 Release Notes
Using the show warnings
command, you can
check the warnings (up to the last five) issued to the agent log
(mcmd.log
). For example:
Press CTRL+C to copymcm> set delayed_insert_timeout:mysqld=400 mycluster; +-----------------------------------+ | Command result | +-----------------------------------+ | Cluster reconfigured successfully | +-----------------------------------+ mcm> show warnings; +---------+------+-----------------------------------------------------------------------+ | Level | Code | Message | +---------+------+-----------------------------------------------------------------------+ | Warning | -1 | Config variable delayed_insert_timeout was deprecated in mysqld 5.6.7 | +---------+------+-----------------------------------------------------------------------+