mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
#4049 include brtdump_static in the release refs[t:4049]
git-svn-id: file:///svn/toku/tokudb@40426 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
abff01f4ae
commit
d13130ddce
2 changed files with 5 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue