Commit 6708f3f5 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@40426 c7de825b-a66e-492c-adef-691d508d4ae1
parent 486aa7ec
......@@ -6,11 +6,12 @@ local setup:
cp ../include/db.h include
cp ../include/tdb-internal.h include
cp ../toku_include/toku_list.h include
cp ../lib/lib$(LIBTOKUDB).so lib
cp ../toku_include/toku_os.h include
cp ../linux/toku_os_types.h include
cp ../linux/toku_time.h include
cp ../lib/lib$(LIBTOKUPORTABILITY).* lib
cp ../lib/lib$(LIBTOKUDB).so lib
cp ../lib/lib$(LIBTOKUPORTABILITY).* lib
cp ../newbrt/brtdump_static bin
clean:
rm -f include/* lib/*
rm -f include/* lib/* bin/*
......@@ -2166,6 +2166,7 @@ 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);
......
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