From: Josh Soref Date: Sun, 10 Jan 2021 20:51:18 +0000 (-0500) Subject: Add SEO for BINLOG_FORMAT = STATEMENT error X-Git-Tag: rec-4.5.0-alpha1~22^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9928%2Fhead;p=thirdparty%2Fpdns.git Add SEO for BINLOG_FORMAT = STATEMENT error Lead users who see errors about READ COMMITTED or READ UNCOMMITTED / BINLOG_FORMAT = STATEMENT to this section of the docs. --- diff --git a/docs/backends/generic-mysql.rst b/docs/backends/generic-mysql.rst index 2e955f81d0..ef89f6d6f6 100644 --- a/docs/backends/generic-mysql.rst +++ b/docs/backends/generic-mysql.rst @@ -53,6 +53,13 @@ The Binary Log Format" `__ 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 --------