Re: [Maria-developers] d1ccc60: MDEV-14005 Remove need for Partition Key to be part of Primary Key.

2018-10-05 Thread Sergei Golubchik
Hi, Alexey! Some minor comments, questions, see below... On Aug 21, Alexey Botchkov wrote: > revision-id: d1ccc60360c79cd456abbebafc1c80c8043b7dce > (mariadb-10.3.6-106-gd1ccc60) > parent(s): ead9a34a3e934f607c2ea7a6c68f7f6d9d29b5bd > committer: Alexey Botchkov > timestamp: 2018-08-21 14:47:45

Re: [Maria-developers] [Commits] 0f97f6b8398: MDEV-17346 parallel slave start and stop races to workers disappeared

2018-10-05 Thread Kristian Nielsen
Hi Andrei! andrei.el...@pp.inet.fi writes: > revision-id: 0f97f6b8398054ccb0507fbacc76c9deeddd47a4 > (mariadb-10.1.35-71-g0f97f6b8398) > author: Andrei Elkin > timestamp: 2018-10-03 15:42:12 +0300 > message: > > MDEV-17346 parallel slave start and stop races to workers disappeared Ooh, that's

Re: [Maria-developers] MDEV-17359

2018-10-05 Thread Alexander Barkov
Hi Jerome, On 10/05/2018 01:21 PM, jerome brauge wrote: > Hi Alexander, > > I 've found another difference in behavior of "like" between Mariadb and > Oracle : > > Oracle : > select 'X' from dual where 1 like 10/10; > select 'X' from dual where 1 like 1.00; > select 'x' from dual where

Re: [Maria-developers] c45b4a7: MDEV-17200 - pthread_detach called for already detached threads

2018-10-05 Thread Sergei Golubchik
Hi, Sergey! ok to push! On Sep 21, Sergey Vojtovich wrote: > revision-id: c45b4a774b6d1404a080a1c1759f780fa78f223b > (mariadb-10.1.35-65-gc45b4a7) > parent(s): 82524239c48a2603f115a6117e061751f6427d08 > author: Sergey Vojtovich > committer: Sergey Vojtovich > timestamp: 2018-09-21 16:24:23

Re: [Maria-developers] MDEV-17359

2018-10-05 Thread jerome brauge
Hi Alexander, I 've found another difference in behavior of "like" between Mariadb and Oracle : Oracle : select 'X' from dual where 1 like 10/10; select 'X' from dual where 1 like 1.00; select 'x' from dual where 1.000 like 1.00; returns 'X' and mariadb return empty result set. If numeric