Re: [Maria-developers] Implementation of Threadpool

2019-09-17 Thread REIX, Tony
Hi Vladislav, Thanks for your analysis ! Étienne is back home now. Let me summarize what he has found: - yes, pollset() is far from perfect... We have warned IBM teams about this and they plan to provide improvements... in the future. The current version of pollset() is... a damned pain, yes.

[Maria-developers] Big endian issue in libmariadb: test: main.mysql_client_test fails

2019-04-26 Thread REIX, Tony
Hi, We are building MariaDB on AIX. The test: main.mysql_client_test fails (after time-out). This is due to little endian code being used though HAVE_BIGENDIAN is correctly set. This is due to: libmariadb/libmariadb/ma_dtoa.c : #if defined(WORDS_BIGENDIAN) || (defined(__FLOAT_WORD_

Re: [Maria-developers] MariaDB 10.4 on AIX. Issue with: HAVE_POOL_OF_THREADS

2019-04-18 Thread REIX, Tony
.aspx?C=PvphmPvCZkGrAgHVnWGsdMcDKgzl_dEIsM6rX0g4u4v8V81YffzBGkWrtQeAXNovd3ttkJL8JIc.&URL=http%3a%2f%2fwww.atos.net%2f> De : Vladislav Vaintroub Envoyé : jeudi 18 avril 2019 11:54 À : REIX, Tony; maria-developers@lists.launchpad.net Objet : RE: [Maria-developers] MariaDB 10.4 on A

Re: [Maria-developers] MariaDB 10.4 on AIX. Issue with: HAVE_POOL_OF_THREADS

2019-04-16 Thread REIX, Tony
Hi, The issue is fixed by the attached patch. Regards, Tony --- ./sql/mysqld.cc.ORIGIN 2019-04-16 17:04:43 -0500 +++ ./sql/mysqld.cc 2019-04-16 17:05:00 -0500 @@ -79,7 +79,9 @@ #include "proxy_protocol.h" #include "sql_callback.h" +#if defined(HAVE_POOL_OF_THREADS) #include "threadpool.h" +

[Maria-developers] MariaDB 10.4 on AIX. Issue with: HAVE_POOL_OF_THREADS

2019-04-16 Thread REIX, Tony
Hi, In my environment (AIX & MariaDB v10.4.3 or 10.4.4), I have an issue with HAVE_POOL_OF_THREADS. When building, I have the following trace and error (full line of g++ compilation at end of email) : [ 44%] Linking CXX executable explain_filename-t /opt/freeware/bin/cmake -E cmake_link_script

[Maria-developers] MariaDB 10.4 on AIX. Issue with: sql/wsrep_mysqld.cc : ip_len

2019-04-16 Thread REIX, Tony
Hi, In my environment (AIX & MariaDB v10.4.3 or 10.4.4), the following line of sql/wsrep_mysqld.cc : size_t const ip_len= wsrep_host_len(node_addr.c_str(), node_addr.size()); is preprocessed (gcc -E) as: size_t const ip_ff.ip_vhltl.ip_x.ip_xlen

[Maria-developers] MariaDB 10.4 on AIX. Issue with: #define SI_KERNEL in include/my_pthread.h

2019-04-16 Thread REIX, Tony
Hi, In my environment (AIX & MariaDB v10.4.3 or 10.4.4), I have: include/config.h: #define HAVE_SIGWAITINFO 1 and thus in the file : include/my_pthread.h : static inline int my_sigwait(sigset_t *set, int *sig, int *code) { #ifdef HAVE_SIGWAITINFO siginfo_t siginfo;

[Maria-developers] MariaDB v10 on AIX

2018-08-30 Thread REIX, Tony
Hi, We are porting MariaDB v10(.3.7/9) on AIX now. First, I'd like to know if there are people porting (or who has ported) MariaDB on AIX in this mailing list. Second, we have found some issue dealing with: AIX, -O0, and inline, which leads to a symbol missing at link time: my_ulonglong2double

Re: [Maria-developers] MariaDB 10.3.7 and GSSAPI : Issue

2018-06-26 Thread REIX, Tony
__ De : Vladislav Vaintroub Envoyé : mardi 26 juin 2018 10:09:41 À : REIX, Tony; maria-developers@lists.launchpad.net Cc : APEKE, SENA (ext) Objet : RE: [Maria-developers] MariaDB 10.3.7 and GSSAPI : Issue Hi Tony, First off, MariaDB has a bug tracker, under http

[Maria-developers] MariaDB 10.3.7 and GSSAPI : Issue

2018-06-25 Thread REIX, Tony
Hi, We are porting MariaDB (10.3.7 now) on AIX. On some machines we have the following error message when running: + cmake . --trace --debug-trycompile --check-system-vars -GUnix Makefiles -DBUILD_CONFIG=mysql_release -DFEATURE_SET=community -DINSTALL_LAYOUT=RPM -DLOG_LOCATION=/opt/freeware