Skip to content

Commit

Permalink
Adding TODO: repairing TransactionDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Wu committed Oct 5, 2017
1 parent 9e2baa6 commit 939fc2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/repair.cc
Expand Up @@ -402,6 +402,7 @@ class Repairer {
const uint64_t current_time = static_cast<uint64_t>(_current_time);
// Only TransactionDB make use of snapshot_checker and repair doesn't
// currently support TransactionDB with uncommitted prepared keys in WAL.
// TODO(yiwu) Support repairing TransactionDB.
SnapshotChecker* snapshot_checker = nullptr;

status = BuildTable(
Expand Down

0 comments on commit 939fc2d

Please sign in to comment.