Am I missing something? I have set up a cluster for testing (7.4.4) (with the intention of moving our master > slave setup) with the aim to provide us the ability to write scale our system, and remove the reliance on a single Master (amongst other reasons).
However, my reading of the documents seems to suggest that if I create a trigger on one SQL node, which subsequently fails, and I then connect to another SQL Node, my trigger wont be available, and my data will become incorrect.
Is this right? As surely that means that the HA credentials of MySQL Cluster is a myth, as I can only ever have a single SQL node if I want to ensure my triggers are available.
However, my reading of the documents seems to suggest that if I create a trigger on one SQL node, which subsequently fails, and I then connect to another SQL Node, my trigger wont be available, and my data will become incorrect.
Is this right? As surely that means that the HA credentials of MySQL Cluster is a myth, as I can only ever have a single SQL node if I want to ensure my triggers are available.