提交 4bd3f4e0 编写于 作者: O obdev 提交者: OB-robot

fix mysqltest

上级 60eb5b7d
......@@ -368,7 +368,7 @@ int ObMergeSetOp::locate_next_left_inside(ObOperator &child_op,
&& OB_FAIL(cmp_(*last_row_.store_row_, child_op.get_spec().output_,
curr_idx, eval_ctx_, cmp))) {
LOG_WARN("failed to compare row", K(ret));
} else if (last_idx < 0) {
} else if (nullptr == last_row_.store_row_ && last_idx < 0) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("get wrong last idx", K(ret));
} else if (nullptr == last_row_.store_row_
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册