Commit 94f2e9c5 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel
Browse files

get gcov working

git-svn-id: file:///svn/toku/tokudb@42141 c7de825b-a66e-492c-adef-691d508d4ae1
parent c79d5d31
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3566,6 +3566,7 @@ log_open_txn (OMTVALUE txnv, u_int32_t UU(index), void *UU(extra)) {
    }
    // default is an error
    assert(0);
    return 0;
}

// TODO: #1510 locking of cachetable is suspect