-
Bug
-
Resolution: Fixed
-
Minor
-
3.10.4, 3.11
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
Suppose you have a course with 243801 participants. Then trying to diplay the Grades report for a quiz (.../mod/quiz/report.php?id=1234&mode=overview) dies with an out-of-memory error.
The problem is that at one point, where it really intends to do a record_exists_sql to see if there are any users, it acutally does a get_records_sql, which tries to load all the user ids into memory, and dies.
- is a regression caused by
-
MDL-27072 Quiz reports should use enroled users code, not get_users_by_capability
- Closed