From: Robert Silén Date: Wed, 31 Jul 2024 13:29:10 +0000 (+0300) Subject: Update generic-mysql.rst X-Git-Tag: rec-5.2.0-alpha1~146^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bffff11fea28e1e1431bf408c55550e2c54f6a02;p=thirdparty%2Fpdns.git Update generic-mysql.rst added "and Binary Log Formats" with MariaDB KB url --- diff --git a/docs/backends/generic-mysql.rst b/docs/backends/generic-mysql.rst index 82b83e13da..f55ce0cfa5 100644 --- a/docs/backends/generic-mysql.rst +++ b/docs/backends/generic-mysql.rst @@ -14,8 +14,8 @@ Generic MySQL/MariaDB backend * Launch name: ``gmysql`` .. warning:: - If using MySQL with 'slave' support enabled in PowerDNS you - **must** run MySQL with a table engine that supports transactions. In + If using MySQL with 'slave' support enabled in PowerDNS you + **must** run MySQL with a table engine that supports transactions. In practice, great results are achieved with the 'InnoDB' tables. PowerDNS will silently function with non-transaction aware MySQLs but at one point this is going to harm your database, for example when an incoming @@ -51,6 +51,7 @@ replication **must** be set to ``MIXED`` or ``ROW`` to prevent differences in data between replicated servers. See `"Setting The Binary Log Format" `__ +and "Binary Log Formats" `__ for more information. Otherwise, you will probably see: