mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
refs #5351 fix compile
git-svn-id: file:///svn/toku/tokudb@49858 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
65cd284834
commit
f3894098a6
1 changed files with 0 additions and 4 deletions
|
@ -120,10 +120,6 @@ static void benchmark_setup (void) {
|
|||
assert(r==0);
|
||||
}
|
||||
#endif
|
||||
if (dbenv->set_lk_max_locks) {
|
||||
r = dbenv->set_lk_max_locks(dbenv, items_per_transaction*2);
|
||||
assert(r == 0);
|
||||
}
|
||||
|
||||
if (dbenv->set_cachesize) {
|
||||
r = dbenv->set_cachesize(dbenv, cachesize / (1024*1024*1024), cachesize % (1024*1024*1024), 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue