Fix connect by debug log core
This commit is contained in:
@ -371,10 +371,6 @@ int ObNLConnectByWithIndexOp::read_pump_func_going()
|
|||||||
state_ = CNTB_STATE_READ_RIGHT;
|
state_ = CNTB_STATE_READ_RIGHT;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (OB_SUCC(ret)) {
|
|
||||||
LOG_DEBUG("debug pump going", K(ObToStringExprRow(eval_ctx_, MY_SPEC.right_prior_exprs_)),
|
|
||||||
K(ObToStringExprRow(eval_ctx_, MY_SPEC.cur_row_exprs_)));
|
|
||||||
}
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user