Commit 87b869aa authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel
Browse files

#4049 include brtdump_static in the release refs[t:4049]

git-svn-id: file:///svn/toku/tokudb@40427 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6708f3f5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2166,7 +2166,6 @@ toku_lt_unlock_txn(toku_lock_tree* tree, TXNID txn) {
        r = EINVAL; goto cleanup;
    }
    toku_mutex_lock(&tree->mutex);
    printf("%s:%u %lu %d\n", __FUNCTION__, __LINE__, txn, toku_omt_size(tree->dbs));
    lt_unlock_txn(tree, txn);
    lt_retry_lock_requests(tree);
    toku_mutex_unlock(&tree->mutex);