Re: [Maria-developers] [Commits] 69704b6: MDEV-6887 Optimize sys_vars.sysvar_* tests

2015-08-06 Thread Elena Stepanova
Sorry, correction inline. On 06.08.2015 14:47, Elena Stepanova wrote: Hi Sergei, On 06.08.2015 11:21, Sergei Golubchik wrote: Hi, Elena! On Aug 06, ele...@montyprogram.com wrote: revision-id: 69704b6c6f895fa706f83bcd3bcefe267aaf8e57 parent(s): afd59b575a75ebbc57f71ce2865fdff85e3e233b committ

Re: [Maria-developers] [Commits] 69704b6: MDEV-6887 Optimize sys_vars.sysvar_* tests

2015-08-06 Thread Elena Stepanova
Hi Sergei, On 06.08.2015 11:21, Sergei Golubchik wrote: Hi, Elena! On Aug 06, ele...@montyprogram.com wrote: revision-id: 69704b6c6f895fa706f83bcd3bcefe267aaf8e57 parent(s): afd59b575a75ebbc57f71ce2865fdff85e3e233b committer: Elena Stepanova branch nick: bb-10.1-elenst timestamp: 2015-08-06 02

Re: [Maria-developers] MDEV-8389 patch review

2015-08-06 Thread Sergey Petrunia
Hi Diwas, On Wed, Aug 05, 2015 at 08:47:28PM +0530, Diwas Joshi wrote: > I have removed the errors from previous patch, I only got those errors when > i compiled with valgrind. Everything seems to be working fine now. Also I > have fixed the test case for select * from mysql.proc. Also added a > f

Re: [Maria-developers] [Commits] 686761f: MDEV-6066: Merge new defaults from 5.6 and 5.7 (part 1 (no hash serch) v2)

2015-08-06 Thread Sergei Golubchik
Hi, Sanja! Summary: The implementation looks very much ok, all comments below are about details, nothing big. Well done! On Jul 14, sa...@mariadb.com wrote: > revision-id: 686761fbb0fc36e4fa781b68aba24af21599822d > parent(s): 302bf7c4664b904482ecc133476e822d497b114d > committer: Oleksandr Byelkin

Re: [Maria-developers] [Commits] 69704b6: MDEV-6887 Optimize sys_vars.sysvar_* tests

2015-08-06 Thread Sergei Golubchik
Hi, Elena! On Aug 06, ele...@montyprogram.com wrote: > revision-id: 69704b6c6f895fa706f83bcd3bcefe267aaf8e57 > parent(s): afd59b575a75ebbc57f71ce2865fdff85e3e233b > committer: Elena Stepanova > branch nick: bb-10.1-elenst > timestamp: 2015-08-06 02:55:43 +0300 > message: > > MDEV-6887 Optimize sy

Re: [Maria-developers] Best way of starting multi-source connections with active slave.

2015-08-06 Thread Giuseppe Maxia
Thanks for the advice. I did have a different domain ID for each master, but not for the slave,m which had 0.  The conflict only happens if the slave keeps the default domain ID regardless of the masters having a definite one or not. In the scenario described in my original message. If I set the

Re: [Maria-developers] Best way of starting multi-source connections with active slave.

2015-08-06 Thread Kristian Nielsen
Giuseppe Maxia writes: > I am setting up multi-source replication with four nodes, where nodes > 1, 2, and 3 are masters and node 4 is the slave of the first 3. The > slave is *active*, meaning that it has a binary log and runs > transactions of its own.  > Got fatal error 1236 from master when

Re: [Maria-developers] Best way of starting multi-source connections with active slave.

2015-08-06 Thread Daniel Black
- On 6 Aug, 2015, at 4:54 PM, Giuseppe Maxia g.ma...@gmail.com wrote: > Hi, > I am setting up multi-source replication with four nodes, where nodes 1, 2, > and > 3 are masters and node 4 is the slave of the first 3. The slave is *active*, > meaning that it has a binary log and runs transacti