moodle/question/engine
Andrew Nicols 650c0086f9 MDL-52339 question: Fix question attempt removal for MySQL
Derived table support was altered in MySQL 5.7 changing the way in which
DELETE FROM works in some cases.

This change modifies the way in which deletion occurs by selecting all IDs
and batching them into groups of 1000.
2016-02-05 09:10:09 +08:00
..
tests MDL-51476 questions: manual grading validation for ungraded Qs 2015-09-25 14:01:33 +01:00
upgrade MDL-50269 deprecations: Properly deprecate notify() 2015-12-01 15:29:33 +08:00
bank.php MDL-50373 questions: random Qs must not pick deleted or sub- questions 2015-05-27 20:32:47 +01:00
datalib.php MDL-52339 question: Fix question attempt removal for MySQL 2016-02-05 09:10:09 +08:00
lib.php MDL-51476 questions: manual grading validation for ungraded Qs 2015-09-25 14:01:33 +01:00
questionattempt.php MDL-51090 question: further refinements to validating manual grades 2015-09-01 23:05:37 +01:00
questionattemptstep.php MDL-40992 question engine: new ways modify question usages 2015-03-26 17:46:48 +00:00
questionusage.php MDL-40992 question engine: new ways modify question usages 2015-03-26 17:46:48 +00:00
renderer.php MDL-52427 questions: all parts of a Q should be clearfix 2015-12-13 20:27:54 +00:00
states.php MDL-34065 questions: also fix two typos in comments. 2012-07-05 13:49:05 +02:00
statisticslib.php MDL-41760 quiz_statistics : response analysis for first/last/all tries 2014-03-18 18:47:19 +07:00
upgrade.txt MDL-51090 question: further refinements to validating manual grades 2015-09-01 23:05:37 +01:00