Re: [Maria-developers] Ideas for improving MariaDB/MySQL replication

2010-01-30 Thread Robert Hodges
Hi Seppo, Thanks, that was my assumption as well but life tends to a little more complex than theory. Cheers, Robert On 1/30/10 1:10 AM PST, "seppo.jaak...@codership.com" wrote: > Hi Robert, > >>> Tungsten consistency checking technology works very well, and there >>> is no need to "fix it"

[Maria-developers] [Branch ~maria-captains/maria/5.1] Rev 2811: now we force at least libevent-1.4

2010-01-30 Thread noreply
revno: 2811 committer: Sergei Golubchik branch nick: maria-5.1 timestamp: Sat 2010-01-30 13:39:39 +0100 message: now we force at least libevent-1.4 modified: config/ac-macros/libevent.m4 -- lp:maria https://code.launchpad.net/~mari

Re: [Maria-developers] [Branch ~maria-captains/maria/5.1] Rev 2809: Support building with system libevent

2010-01-30 Thread Kristian Nielsen
Kristian Nielsen writes: > I guess the solution is to check for system libevent version also, and if too > old treat it the same way as not present. Seems we can check for the presense > of the evutil_socketpair() function, which was added in libevent 1.4. Looks like something like this works:

Re: [Maria-developers] [Branch ~maria-captains/maria/5.1] Rev 2809: Support building with system libevent

2010-01-30 Thread Kristian Nielsen
nore...@launchpad.net writes: > > revno: 2809 > committer: Sergei Golubchik > branch nick: maria-5.1 > timestamp: Fri 2010-01-29 21:35:56 +0100 > message: > Support building with system libevent > modified: > config/ac-macros/libeve

Re: [Maria-developers] Ideas for improving MariaDB/MySQL replication

2010-01-30 Thread seppo . jaakola
Hi Robert, Tungsten consistency checking technology works very well, and there is no need to "fix it" in any way. However, this method is not directly usable for multi master replication, because the target node(s) may have committed some transactions not yet seen in the originating master node,