Skip to content

Commit

Permalink
Merge pull request #1636 from kuzudb/fix_bug
Browse files Browse the repository at this point in the history
Fix typo in WALReplayer::replayRelTableRecord
  • Loading branch information
gaurav8297 committed Jun 6, 2023
2 parents cb437d7 + b7eed75 commit 57a97d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/wal_replayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ void WALReplayer::replayRelTableRecord(const kuzu::storage::WALRecord& walRecord
if (!isRecovering) {
// See comments for NODE_TABLE_RECORD.
storageManager->getRelsStore().createRelTable(
walRecord.nodeTableRecord.tableID, catalogForCheckpointing.get(), memoryManager);
walRecord.relTableRecord.tableID, catalogForCheckpointing.get(), memoryManager);
storageManager->getNodesStore().getNodesStatisticsAndDeletedIDs().setAdjListsAndColumns(
&storageManager->getRelsStore());
}
Expand Down

0 comments on commit 57a97d7

Please sign in to comment.