Hello,
I've been seeing the following errors in my MySQL (MariaDB 10.1) error log:
It goes on like this for a while and then it suppresses the warning temporarily:
I am currently only monitoring one host (the server itself) and haven't noticed any issues, but having these errors is making me uncomfortable. Has anyone encountered this before and have any advice for me?
I've been seeing the following errors in my MySQL (MariaDB 10.1) error log:
Code:
[Warning] Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted. Statement: delete from history_log where itemid=25639 limit 5000
Code:
[Note] Suppressing warnings of type 'The statement is unsafe because it uses a LIMIT clause. This is unsafe because the set of rows included cannot be predicted.' for up to 300 seconds because of flooding.
Comment