The following is a sequence of undo/redo-log records writ ten
by two transactions T and U: <START T>; <T, A, 10,11>;
<START U>; <U, B, 20,21>; <T, (7,30,31>; <U,D,
40,41>; <C0MMIT U>; <T,E, 50,51>; <C0MMIT T>.
Describe the action of the recovery manager, including changes to
both disk and the log, if there is a crash and the last log record
to appear on disk is:
- <START U>
- <COMMIT U>
- <T, E, 50, 51>
- <COMMIT T>
-
- <COMMIT T>