Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker committed Sep 4, 2023
1 parent 629ffde commit 6f88560
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 81 deletions.
2 changes: 1 addition & 1 deletion src/sql/engine/raft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ impl Transaction {

impl super::Transaction for Transaction {
fn id(&self) -> u64 {
self.state.id
self.state.version
}

fn mode(&self) -> Mode {
Expand Down
Loading

0 comments on commit 6f88560

Please sign in to comment.