mirror of
https://github.com/moodle/moodle.git
synced 2025-04-10 10:52:14 +02:00
This changes the cache purge code to select IDs for deletion first, rather than using a subquery in a DELETE, since this risks causing a deadlock in MySQL.