// if the 2 don't compare equal, search the btree from the root
// for the logged row, find the leaf, reset the row for the raw
// store, and return the new page latched.
// 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;