Skip to content
Snippets Groups Projects
Commit cd841f5b authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

ITS#8337 fix missing olcDbChecksum config attr

parent 67c9ddaf
No related branches found
No related tags found
No related merge requests found
......@@ -163,8 +163,8 @@ static ConfigOCs bdbocs[] = {
#endif
"SUP olcDatabaseConfig "
"MUST olcDbDirectory "
"MAY ( olcDbCacheSize $ olcDbCheckpoint $ olcDbConfig $ "
"olcDbCryptFile $ olcDbCryptKey $ "
"MAY ( olcDbCacheSize $ olcDbCheckpoint $ olcDbChecksum $ "
"olcDbConfig $ olcDbCryptFile $ olcDbCryptKey $ "
"olcDbNoSync $ olcDbDirtyRead $ olcDbIDLcacheSize $ "
"olcDbIndex $ olcDbLinearIndex $ olcDbLockDetect $ "
"olcDbMode $ olcDbSearchStack $ olcDbShmKey $ "
......
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