when using mysql cluster with ndb engine, after every
alter table( add, change ... ) You should flush table,
because for other mysql servers this table will be
locked until You flush table.
Maybe Somethinkg like checkbox or auto flush or mayby
just a button to flush table ?
I could not find any reference about this requirement on MySQL documentation. May be it has changed since then. Could you please point me to the relevant documentation?