mirror of https://github.com/sysown/proxysql
Whenever a thread creates MySQL connections using SSL params the thread-local caches are populated. These thread-local resources need to be free on thread exit via 'mysql_thread_end', otherwise these objects will be leak. This is not relevant for the fixed size thread-pools, but it's for workloads making use of temporary/auxiliary threads.v2.7-fix_aux_threads_ssl_leaks
parent
65ef5b5e1c
commit
0da2f6e8ad
Loading…
Reference in new issue