ITS#8337 fix missing olcDbChecksum config attr

This commit is contained in:
Howard Chu 2015-12-12 16:14:02 +00:00
parent 04ff967451
commit 901fe3318f

View File

@ -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 $ "