Skip to content
Snippets Groups Projects
Commit 5db7e20c authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

misc : not activating idl cache in tool mode run

parent 3955eaed
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,8 @@ bdb_db_config(
fname, lineno );
return( 1 );
}
bdb->bi_idl_cache_max_size = atoi( argv[1] );
if ( !( slapMode & SLAP_TOOL_MODE ) )
bdb->bi_idl_cache_max_size = atoi( argv[1] );
#endif
/* anything else */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment