]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
note that this option is new in 4.1.7 7517/head
authorPieter Lexis <pieterlexis@users.noreply.github.com>
Thu, 14 Mar 2019 12:13:44 +0000 (13:13 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Mar 2019 12:13:44 +0000 (13:13 +0100)
Co-Authored-By: Habbie <peter.van.dijk@powerdns.com>
docs/backends/generic-mysql.rst

index dc69801ffc51e16bbfbd70e612a8dbdc52444a92..e73ce7ea3d0d658d1bc9d4a9ce5ede84999954d8 100644 (file)
@@ -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.