Hi all,
In my project - as it talks about Distributed Systems and Reliability - one
of its requirements is a feature to ensure consensus in strutuctural
modifications (ex.: alter table, create table, etc) between machines.
So, I need a way to perform structure alterations with possibility to undo
(such as rollback) and to confirm them (such as commit). So I ask: is there
anything already implemented in MySQL Server (such as MySQL Cluster code)?
Because I don't wanna reinvent the wheel... :)
Waiting
Fabricio Mota