Skip to content

Commit

Permalink
Removed a small bug/inefficiency on writing the histogram in online_p…
Browse files Browse the repository at this point in the history
…age.
  • Loading branch information
Luca de Alfaro committed Aug 15, 2009
1 parent b32f756 commit 246faec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analysis/online_page.ml
Expand Up @@ -1334,6 +1334,7 @@ class page
db#start_transaction;
db#write_histogram delta_hist new_hi_median;
db#commit;
histogram_updated <- false;
n_attempts := n_retries
end
with Online_db.DB_TXN_Bad ->
Expand Down

0 comments on commit 246faec

Please sign in to comment.