[Maria-developers] Patch for MDEV-12874 - UPDATE statements with the same source and target

2017-07-21 Thread jerome brauge
Hello, Here is a patch for MDEV-12874 (on branch 10.2-ext). Can anyone review it ? Alexander, during my work on this MDEV, I've found a new issue with update statement and Oracle compatibility. create table t1 (c1 integer, c2 integer, c3 integer); insert into t1(c1,c2,c3) values (1,1,1); updat

Re: [Maria-developers] MDEV-13118 Wrong results with LOWER and UPPER and subquery

2017-07-21 Thread Alexander Barkov
Hello Sergei, I sent a broken patch last time. Sending the patch again. Thanks! On 06/20/2017 12:45 PM, Alexander Barkov wrote: > Hello Sergei, > > > Please review a patch for MDEV-13118. > > Thanks! > commit dc7352fa2bc21fd9b66b12ec33cdacf88b478157 Author: Alexander Barkov Date: Tue Ju