kontrabass
Well-known member
Code:
('412552')
140509 13:34:08 [Warning] Statement may not be safe to log in statement format. Statement: INSERT DELAYED INTO xf_attachment_view
(attachment_id)
VALUES
('416316')
140509 13:34:08 [Warning] Statement may not be safe to log in statement format. Statement: INSERT DELAYED INTO xf_attachment_view
(attachment_id)
VALUES
('412551')
140509 13:34:08 [Warning] Statement may not be safe to log in statement format. Statement: INSERT DELAYED INTO xf_attachment_view
(attachment_id)
VALUES
('416320')
140509 13:34:08 [Warning] Statement may not be safe to log in statement format. Statement: INSERT DELAYED INTO xf_attachment_view
(attachment_id)
VALUES
('417094')
140509 13:34:08 [Warning] Statement may not be safe to log in statement format. Statement: INSERT DELAYED INTO xf_attachment_view
(attachment_id)
VALUES
('417101')
140509 13:34:08 [Warning] Statement may not be safe to log in statement format. Statement: INSERT DELAYED INTO xf_thread_view
(thread_id)
VALUES
('708091')
140509 13:34:09 [Warning] Statement may not be safe to log in statement format. Statement: INSERT DELAYED INTO xf_thread_view
(thread_id)
VALUES
('673555')
140509 13:34:09 [Warning] Statement may not be safe to log in statement format. Statement: INSERT DELAYED INTO xf_thread_view
(thread_id)
VALUES
('560632')
140509 13:34:09 [Warning] Statement may not be safe to log in statement format. Statement: INSERT DELAYED INTO xf_thread_view
(thread_id)
VALUES
('1075779')
140509 13:34:10 [Warning] Statement may not be safe to log in statement format. Statement: INSERT DELAYED INTO xf_thread_view
(thread_id)
VALUES
('1070836')
140509 13:34:10 [Warning] Statement may not be safe to log in statement format. Statement: INSERT DELAYED INTO xf_thread_view
(thread_id)
VALUES
('1073453')
140509 13:34:10 [Warning] Statement may not be safe to log in statement format. Statement: INSERT DELAYED INTO xf_thread_view
(thread_id)
VALUES
('1076189')
My server tech worked around this issue by changing the bin log format to "mixed" (error log is 2.3G and growing fast). But he said there's a deeper issue that could be fixed:
I have changed the binlog format to mixed which prevents this warning and works around the problem, really though this problem should be fixed by removing the 'DELAYED' option as delayed inserts that get replicated to slaves can cause auto increment fields to get out of sync.
Ideas? Thoughts?
Thanks!