提交 7b3d9e25 编写于 作者: L LiuYoung00 提交者: ob-robot

[to #46485897]arraybinding not support reroute

上级 4d1261de
......@@ -279,6 +279,10 @@ int ObMPStmtPrexecute::before_process()
stmt_type_ = ps_session_info->get_stmt_type();
if (is_arraybinding_has_result_type(stmt_type_) && iteration_count_ > 1) {
set_arraybounding(true);
if (get_ctx().can_reroute_sql_) {
get_ctx().can_reroute_sql_ = false;
LOG_INFO("arraybinding not support reroute sql.");
}
// only init param_store
// array_binding_row_ and array_binding_columns_ will init later
OZ (init_arraybinding_paramstore(*allocator_));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册