]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix 7680: gmysql-thread-cleanup option documented incorrectly 7684/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 8 Apr 2019 07:32:02 +0000 (09:32 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 8 Apr 2019 07:32:02 +0000 (09:32 +0200)
docs/backends/generic-mysql.rst

index edc0ed9580f89e2343d24ac464acf913a5088f73..02d39fe999daab71f491c8aafaa3dab87584db54 100644 (file)
@@ -123,13 +123,13 @@ Use the InnoDB READ-COMMITTED transaction isolation level. Default: yes.
 The timeout in seconds for each attempt to read from, or write to the
 server. A value of 0 will disable the timeout. Default: 10
 
-.. _setting-gmysql-thread-closer:
+.. _setting-gmysql-thread-cleanup:
 
-``gmysql-thread-closer``
+``gmysql-thread-cleanup``
 ^^^^^^^^^^^^^^^^^^^^^^^^
 .. versionadded:: 4.1.8
 
-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.
+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-cleanup`` tells PowerDNS to call ``mysql_thread_end()`` whenever a thread ends.
 
 Only enable this if you are certain you need to. For more discussion, see https://github.com/PowerDNS/pdns/issues/6231.