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

#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
...@@ -2166,7 +2166,6 @@ toku_lt_unlock_txn(toku_lock_tree* tree, TXNID txn) { ...@@ -2166,7 +2166,6 @@ toku_lt_unlock_txn(toku_lock_tree* tree, TXNID txn) {
r = EINVAL; goto cleanup; r = EINVAL; goto cleanup;
} }
toku_mutex_lock(&tree->mutex); 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_unlock_txn(tree, txn);
lt_retry_lock_requests(tree); lt_retry_lock_requests(tree);
toku_mutex_unlock(&tree->mutex); toku_mutex_unlock(&tree->mutex);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment