Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ranadeep Biswas
dbcop
Commits
dc0c94a0
Commit
dc0c94a0
authored
Jun 15, 2018
by
Ranadeep Biswas
Browse files
Ignore aborted transactions
parent
63939548
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/algo/bench.rs
View file @
dc0c94a0
...
...
@@ -101,6 +101,8 @@ pub fn do_single_node(node: DBNode, vars: &Vec<usize>, history: &mut Vec<Vec<Act
match
sqltxn
.commit
()
{
Err
(
_e
)
=>
{
// println!("COMMIT ERROR {}", _e);
// println!("{:?}", curr_txn);
curr_txn
.clear
();
}
_
=>
{}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment