mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
refs #5653 don't call db_env_set_num_bucket_mutexes in bdb
git-svn-id: file:///svn/toku/tokudb@49527 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
979df60ec4
commit
6ff7f0469c
1 changed files with 2 additions and 0 deletions
|
@ -190,7 +190,9 @@ test_main (int argc, char *const argv[]) {
|
|||
prev_count=0;
|
||||
|
||||
db_env_set_func_fsync(do_fsync);
|
||||
#if TOKUDB
|
||||
db_env_set_num_bucket_mutexes(32);
|
||||
#endif
|
||||
|
||||
{
|
||||
int size=20+strlen(env_path);
|
||||
|
|
Loading…
Add table
Reference in a new issue