mirror of
https://github.com/moodle/moodle.git
synced 2025-03-29 20:12:42 +01:00
This change moves the content of WHERE to the JOIN, thus filtering the results before they are returned. This reduces the number of joined rows which gives a big performance benefit.