Hello,
unsafe statements in our environment (MySQL 5.5) with binlog_format STATEMENT result in a log entry in the error log (log_error). As we do not use replication, and because we do not want to change the binlog_format, i am looking for a way to disable these log entries. I read about a hint or using BINLOG_FLAG_UNSAFE_STMT_PRINTED variable, but i haven't found the hint or information how to use the variable.
Cheers
Frank
unsafe statements in our environment (MySQL 5.5) with binlog_format STATEMENT result in a log entry in the error log (log_error). As we do not use replication, and because we do not want to change the binlog_format, i am looking for a way to disable these log entries. I read about a hint or using BINLOG_FLAG_UNSAFE_STMT_PRINTED variable, but i haven't found the hint or information how to use the variable.
Cheers
Frank