: REIX, Tony<mailto:tony.r...@atos.net>;
maria-developers@lists.launchpad.net<mailto:maria-developers@lists.launchpad.net>
Cc: GUESNET, ETIENNE (ext)<mailto:etienne.guesnet.exter...@atos.net>
Subject: RE: [Maria-developers] MariaDB 10.4 on AIX. Issue with:
HAVE_POOL_OF_THREADS
-developers@lists.launchpad.net
Cc: GUESNET, ETIENNE (ext)
Subject: RE: [Maria-developers] MariaDB 10.4 on AIX. Issue with:
HAVE_POOL_OF_THREADS
Hi Wlad,
Thanks for fixing this issue. :-)
About thread-pool, the implementation of IOCP on AIX has limitations. That
works ONLY with Asynchronous I/O
Regards,
Wlad
From: REIX, Tony<mailto:tony.r...@atos.net>
Sent: Tuesday, 16 April 2019 11:26
To:
maria-developers@lists.launchpad.net<mailto:maria-developers@lists.launchpad.net>
Subject: [Maria-developers] MariaDB 10.4 on AIX. Issue with:
HAVE_POOL_OF_THREADS
Hi,
In my envi
;
Sent: Tuesday, 16 April 2019 11:26
To:
maria-developers@lists.launchpad.net<mailto:maria-developers@lists.launchpad.net>
Subject: [Maria-developers] MariaDB 10.4 on AIX. Issue with:
HAVE_POOL_OF_THREADS
Hi,
In my environment (AIX & MariaDB v10.4.3 or 10.4.4), I have an issue with
HAVE
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"
+
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
6 matches
Mail list logo