ALTER CLUSTER syntaxΒΆ
ALTER CLUSTER name UPDATE nodes
Currently the ALTER statement supports only UPDATE nodes operation. This operation is required to be run manual when nodes list are explicit defined. It will update the list of nodes used for rejoining in case of restart.
mysql> ALTER CLUSTER posts UPDATE nodes;
Query OK, 0 rows affected (0.00 sec)