* the case where this IN is a DIN root, and the parent is a
* BIN that will not be flushed because the maxFlushLevel is
* less than IN.MAIN_LEVEL (0x10000). For example, this IN is
* a DIN root at level 2 and the maxFlushLevel is 3. [#16712]
*/
Provisional provisional;
if (parentLevel > maxFlushLevel) {
provisional = Provisional.NO;
} else if (bottomLevelTarget) {
provisional = Provisional.YES;
} else {