Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfengHKU committed Aug 31, 2023
1 parent cc66a74 commit a4d27d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/storage/wal/wal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ void WAL::logAddPropertyRecord(table_id_t tableID, property_id_t propertyID) {
}

void WAL::clearWAL() {
bufferManager.clearEvictionQueue();
bufferManager.removeFilePagesFromFrames(*fileHandle);
fileHandle->resetToZeroPagesAndPageCapacity();
initCurrentPage();
Expand Down

0 comments on commit a4d27d8

Please sign in to comment.