Skip to content

Commit

Permalink
Merge branch '1.2-dev' into in_mem_reader_workaround_for_special_tabl…
Browse files Browse the repository at this point in the history
…es_to_1.2
  • Loading branch information
mergify[bot] authored Jun 25, 2024
2 parents f32f7c3 + 77db6b8 commit 17e8ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vm/engine/disttae/txn_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ func (tbl *txnTable) rangesOnePart(
}

if dirtyBlks == nil {
tbl.collectDirtyBlocks(state, uncommittedObjects, txnOffset)
dirtyBlks = tbl.collectDirtyBlocks(state, uncommittedObjects, txnOffset)
}

// for dynamic parameter, substitute param ref and const fold cast expression here to improve performance
Expand Down

0 comments on commit 17e8ada

Please sign in to comment.