throws DatabaseException {
ins = new TreeSet(orig.getINs());
addedINs = new HashSet();
this.envImpl = envImpl;
majorLatch = new Latch(DEBUG_NAME + " Major Latch", envImpl);
minorLatch = new Latch(DEBUG_NAME + " Minor Latch", envImpl);
updateMemoryUsage = false;
}