Details
Description
All the backup code is missing the critical ORDER BY id for question_answers, question_numerical_units and question_match_sub.
You often get away with that on MySQL (at least with MyISAM) but on you end up with your data in a random order.
Issue Links
| This issue duplicates: | ||||
| MDL-26817 | Backup and restore can randomise the order of database rows |
|
|
|
Please review. If it is OK, please merge to 2.0 and request integration.