On Thu, 13 May 2010 16:36:41 +0200, Sergei Golubchik <[email protected]> wrote:
>  * not everything can be replicated at every level, for example table
>    creation cannot be replicated row-based, InnoDB changes cannot be
>    replicated with "MyISAM pwrite()" events

We're doing it as kinda row based ("structure based" ?) with using the
table protobuf message as a standard interchange format for it.

This enables some really nice things - like replicating to non-SQL
systems. Or even just sanely replicating to a SQL system that doesn't
share your exact syntax and defaults for DDL (i.e. anybody that isn't
you, at the same version).

-- 
Stewart Smith

_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to