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 10.3,

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

2017-04-07 Thread Sergey Vojtovich
Hi Alexander, Marko, It was agreed to drop support for x86 asm based atomic operations in 10.3, which broke builds on this host. CentOS 5 is currently discontinued. We just need to remove it from our 10.3 builds. We're heading towards C11 atomic operations in a sense that we mimic it's API. But w

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: > Серега, > > > On 04/07/2017 09:

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&branch=10.3 > > with this error: > > /home/buildbot/buildbot/build/include/my_atomic.h:121:2: error: #error > atomi

[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&branch=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] How to report progress for InnoDB background tasks (esp. at startup/shutdown)?

2017-04-07 Thread Marko Mäkelä
Hi all, MariaDB Server features a nice-looking interface for reporting progress on long-running SQL operations: https://mariadb.com/kb/en/mariadb/progress-reporting/ MySQL 5.7 implemented something similar for reporting progress for ALTER TABLE…ALGORITHM=INPLACE. I should reimplement that for Mar

[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 MDEV-12017 Unclear error with flashba

Re: [Maria-developers] Adding "proxy protocol" support to MariaDB

2017-04-07 Thread jkmdb
I did a first pass at porting percona's code, mostly as proof of concept and to have a starting step. I opened a PR to track feedback on it and I'm trying to be available on #maria for discussions. https://github.com/MariaDB/server/pull/354 Thanks to @vaintroub and @danblack for all their early