I have recently lots of strange records in my wp_options table.
_site_transient_timeout_wporg_theme_feature_list
_site_transient_wporg_theme_feature_list
I have read an old post where these were related to the dashboard indicating that there was an update available, but this is not the case here. At the same time, I have dozens of MYSQL warnings in my server Application log, saying
Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT. INSERT... ON DUPLICATE KEY UPDATE on a table with more than one UNIQUE KEY is unsafe Statement: INSERT INTO wp_options
These two things seem to be related, because each time I have the error in the application log, there are a lot of these _site_transient_*** records in my database.
Everything seems working fine, my site is up and running without problems, but I don't feel happy with this situation, because I have no idea what is wrong.
Someone has an idea?
Thanks in advance.