Skip to content

Commit

Permalink
[release/v1.0.0-rc3-hotfixes]: Make MutTxId::update really idempote…
Browse files Browse the repository at this point in the history
…nt wrt. `TxData` (#2212)
  • Loading branch information
Centril authored and bfops committed Feb 5, 2025
1 parent 8488c61 commit 88793b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/table/src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ impl Table {
/// - `target_table` and `needle_table` must have the same `row_layout`.
/// - `target_table.is_row_present(target_ptr)`.
/// - `needle_table.is_row_present(needle_ptr)`.
unsafe fn eq_row_in_page(
pub unsafe fn eq_row_in_page(
target_table: &Table,
target_ptr: RowPointer,
needle_table: &Table,
Expand Down

0 comments on commit 88793b4

Please sign in to comment.