MySQL Cluster Manager 1.3 Release Notes
Using the show warnings
command (available
for MySQL Cluster Manager 1.3.4 and after), you can check the warnings (up to
the last five) issued to the agent log
(mcmd.log
). For example:
mcm> 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 |
+---------+------+-----------------------------------------------------------------------+