Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Would it be possible to add the log_warnings_suppress option that currently exists in Percona Server to suppress errors with a 1592 code from being logged? These errors are created for potentially unsafe statements for binary logging.
In my system, I need to use binlog_format=STATEMENT because I have triggers that run on a slave that do not exist on the master. Because of that, I ensure in advance that all queries I execute against my database are replication-safe even if MySQL logs it as potentially unsafe. When these queries are executed, my error logs fill up with replication unsafe errors even though my queries are replication-safe.
http://www.percona.com/doc/percona-server/5.5/flexibility/log_warnings_suppress.html
Attachments
Issue Links
- relates to
-
MDEV-24850 Convert log_warnings from numeric level to feature mask
- Open