tags:

views:

12

answers:

0

I have deployed a mysql cluster with 3 sql nodes. I create a NDB table in node1, then other nodes will create this table,too. I create a view in node1, then other nodes will not create this view. Now, my question is How to enable propagation of create view operation to other mysql cluster node?