Skip to content

Commit 88793b4

Browse files
Centrilbfops
authored andcommitted
[release/v1.0.0-rc3-hotfixes]: Make MutTxId::update really idempotent wrt. TxData (#2212)
1 parent 8488c61 commit 88793b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/table/src/table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ impl Table {
671671
/// - `target_table` and `needle_table` must have the same `row_layout`.
672672
/// - `target_table.is_row_present(target_ptr)`.
673673
/// - `needle_table.is_row_present(needle_ptr)`.
674-
unsafe fn eq_row_in_page(
674+
pub unsafe fn eq_row_in_page(
675675
target_table: &Table,
676676
target_ptr: RowPointer,
677677
needle_table: &Table,

0 commit comments

Comments
 (0)