From: Pieter Lexis Date: Thu, 14 Mar 2019 12:13:44 +0000 (+0100) Subject: note that this option is new in 4.1.7 X-Git-Tag: dnsdist-1.4.0-alpha1~47^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08ff79d9f76cfd35bc8c65baa23418c3e55a992c;p=thirdparty%2Fpdns.git note that this option is new in 4.1.7 Co-Authored-By: Habbie --- diff --git a/docs/backends/generic-mysql.rst b/docs/backends/generic-mysql.rst index dc69801ffc..e73ce7ea3d 100644 --- a/docs/backends/generic-mysql.rst +++ b/docs/backends/generic-mysql.rst @@ -127,6 +127,7 @@ server. A value of 0 will disable the timeout. Default: 10 ``gmysql-thread-closer`` ^^^^^^^^^^^^^^^^^^^^^^^^ +.. versionadded:: 4.1.7 Older versions (such as those shipped on RHEL 7) of the MySQL/MariaDB client libraries leak memory unless applications explicitly report the end of each thread to the library. Enabling ``gmysql-thread-closer`` tells PowerDNS to call ``mysql_thread_end()`` whenever a thread ends.