-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQLite: Error in prepare_query with DELETE / delete_expired_transients #650
Comments
This is one of probably many SQL dialect issues. delete_expired_transients() uses a multi-table variant of the DELETE syntax that's absent in SQLlite. |
@aristath Is there any progress on this one, any idea how to fix it? Just moving it from Monday's release to the following milestone for now. |
We can back port the SQLite rewrite from the standalone plugin, that should fix this issue... I created a PR on #677 to do that 👍 |
I'm removing this from the 2.3.0 milestone, since my understanding is that we are no longer planning to backport changes from the standalone SQLite plugin to this repo. See: #661 (comment). Will wait to close this until we've confirmed what the transition plan is. |
The SQLite module will be removed from Performance Lab in the upcoming release, see #737 for additional context. As such, please report this issue in the standalone plugin repository instead. |
Bug Description
Every day at 15:10
wp-cron.php
fails with the following output:Steps to reproduce
wp-cron.php
every 5 minutes[email protected]
is set in Crontab before the wp-cron entryAdditional Context
The text was updated successfully, but these errors were encountered: