int lock_operation,
int lock_duration)
throws StandardException
{
boolean latches_released = false;
LeafControlRow prev_leaf;
LeafControlRow prev_prev_leaf;
try
{
// Move left in tree, page latch will be requested nowait,
// and WaitError will be thrown if latch not granted.