]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add SEO for BINLOG_FORMAT = STATEMENT error 9928/head
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 10 Jan 2021 20:51:18 +0000 (15:51 -0500)
committerGitHub <noreply@github.com>
Sun, 10 Jan 2021 20:51:18 +0000 (15:51 -0500)
Lead users who see errors about READ COMMITTED or READ UNCOMMITTED / BINLOG_FORMAT = STATEMENT
to this section of the docs.

docs/backends/generic-mysql.rst

index 2e955f81d07c7fb0e07317a083dc70eb22d33ec9..ef89f6d6f6f91afadfbf0140c7164e6163ffaf4c 100644 (file)
@@ -53,6 +53,13 @@ The Binary Log
 Format" <http://dev.mysql.com/doc/refman/5.7/en/binary-log-setting.html>`__
 for more information.
 
+Otherwise, you will probably see:
+
+::
+
+  Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging.
+  InnoDB is limited to row-logging when transaction isolation level is READ COMMITTED or READ UNCOMMITTED.
+
 Settings
 --------