9e7cc5103d
In MDL-75146, the get_fields_record() method was added without any ordering criteria. In MDL-75276, this method is reused to get the fields. We need to re-add the order to guarantee the field are always returned in the same order (and avoid some Oracle ordering failures).