/*
* modifyDbRoot will grab locks and we can't have the INList
* latches or root latch held while it tries to acquire locks.
*/
DbTree dbTree = envImpl.getDbTree();
dbTree.optionalModifyDbRoot(database);
RecoveryManager.traceRootDeletion
(envImpl.getLogger(), database);
}
/*