Re: [Maria-developers] compilation failure: my_atomic.h

2017-04-07 Thread Alexander Barkov
Hello Sergey, Marko, Daniel, Sergey, Marko, thanks for the explanation! Daniel, can we remove CentOS 5 buildbot machines from 10.3 ? Thanks! On 04/08/2017 05:35 AM, Sergey Vojtovich wrote: > Hi Alexander, Marko, > > It was agreed to drop support for x86 asm based atomic operations in

Re: [Maria-developers] compilation failure: my_atomic.h

2017-04-07 Thread Marko Mäkelä
As far as I remember, didn’t we agree to drop CentOS 5 from the list of MariaDB 10.3 platforms, so that 10.3 can use C++11 across the board? C++11 would introduce the data type template std::atomic. Marko On Fri, Apr 7, 2017 at 10:25 PM, Alexander Barkov wrote: > Серега, > >

Re: [Maria-developers] compilation failure: my_atomic.h

2017-04-07 Thread Alexander Barkov
Серега, On 04/07/2017 09:21 PM, Alexander Barkov wrote: > Hi Sergey, > > > kvm-bintar-centos5-x86 fails to compile: > > http://buildbot.askmonty.org/buildbot/grid?category=main=10.3 > > with this error: > > /home/buildbot/buildbot/build/include/my_atomic.h:121:2: error: #error > atomic ops

[Maria-developers] compilation failure: my_atomic.h

2017-04-07 Thread Alexander Barkov
Hi Sergey, kvm-bintar-centos5-x86 fails to compile: http://buildbot.askmonty.org/buildbot/grid?category=main=10.3 with this error: /home/buildbot/buildbot/build/include/my_atomic.h:121:2: error: #error atomic ops for this platform are not implemented Can you please fix this?

[Maria-developers] Please review patch for 12017 and 12018.

2017-04-07 Thread Sachin Setiya
Hi Monty!, Please review patch for 12017 and 12018 . this patch solves both the problem. -- Regards Sachin Setiya Software Engineer at MariaDB commit 088c88957c17de004384579d60a72ae97d09fc59 Author: Sachin Setiya Date: Fri Apr 7 19:05:31 2017 +0530

Re: [Maria-developers] b4a223e3381: MDEV-10355 Weird error message upon CREATE TABLE with DEFAULT

2017-04-07 Thread Sergei Golubchik
Hi, Jacob! On Apr 06, Jacob Mathew wrote: > Hi Sergei, > > After doing more testing with the recursive call to > Item::cleanup_processor(), I have found problems with column default values > that reference another column as an argument to a date/time function. At > the point when