// Create the objects needed for the insert.
SearchParameters sp = new SearchParameters(
logged_index_row_template, ScanController.GE,
template, open_btree, false);
control_row.release();
control_row = null;
control_row =
ControlRow.Get(open_btree, BTree.ROOTPAGEID).search(sp);
if (!sp.resultExact)