提交 49d67f86 编写于 作者: O obdev 提交者: wangzelin.wzl

refresh schema hang in inner_sql

上级 c6f5f093
...@@ -131,6 +131,7 @@ int ObBasicNestedLoopJoin::open_right_child(ObBasicNestedLoopJoinCtx& join_ctx) ...@@ -131,6 +131,7 @@ int ObBasicNestedLoopJoin::open_right_child(ObBasicNestedLoopJoinCtx& join_ctx)
join_ctx.set_open_right_child(); join_ctx.set_open_right_child();
} else if (OB_FAIL(open_child(join_ctx.exec_ctx_, SECOND_CHILD))) { } else if (OB_FAIL(open_child(join_ctx.exec_ctx_, SECOND_CHILD))) {
LOG_WARN("fail to open right child", K(ret)); LOG_WARN("fail to open right child", K(ret));
join_ctx.set_open_right_child();
} else { } else {
join_ctx.set_open_right_child(); join_ctx.set_open_right_child();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册