From b539bcc0aaaf78d95a2687424e55e108566863bd Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Fri, 17 Nov 2023 15:47:26 -0500 Subject: [PATCH] auto --- assign8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assign8.md b/assign8.md index 2845cd5..e095315 100644 --- a/assign8.md +++ b/assign8.md @@ -51,7 +51,7 @@ will: - keep track of active transactions, taking into account any information from the checkpoint - redo any UPDATE and CLR records encountered -- implement the *undo* phase of Section 16.4 by rolling back from the end +- implement the *undo* phase of Section 19.4 by rolling back from the end of the log: - reverse the effects of any encountered UPDATE records by changing the data in the relation back to the original, and append CLR records -- GitLab