You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/include/proxy_defines.h

9 lines
235 B

// If defined then active pthread mutex in ProxySQL_Admin else use the wrlock
#define PA_PTHREAD_MUTEX
#if !defined(__FreeBSD__) && !defined(__APPLE__)
// If enabled, it adds support for auxiliary threads
#define IDLE_THREADS
#endif