My previous writings were mostly teoretical, so I wanted to
give a more practical example, showing the actual state of the
current code. I also wanted to show how I have tried to make the
feature fit well into the existing replication features, without
requiring the user to enable lots of options or understand lots
of restrictions before being able to use it.
So let us start! We will build the code from lp:~maria-captains/maria/10.0-mdev26,
which at the time of writing is at revision
knielsen@knielsen-hq.org-20130214134205-403yjqvzva6xk52j.
First, we start a master server on port 3310 and put a bit of
data into it:
server1> use test; …[Read more]