提交 d6b97446 编写于 作者: Y yishenglanlingzui 提交者: LINGuanRen

fix bug multi update with 3 table left join, write row which is null

上级 589b565d
......@@ -211,7 +211,9 @@ int ObDelUpdStmt::recursively_check_filter_null(const JoinedTable* cur_table)
table_dml_info->need_filter_null_ = true;
}
}
} else {
}
if (OB_SUCC(ret)) {
if (cur_table->left_table_ != NULL && cur_table->left_table_->is_joined_table()) {
const JoinedTable* left_table = static_cast<const JoinedTable*>(cur_table->left_table_);
if (OB_FAIL(SMART_CALL(recursively_check_filter_null(left_table)))) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册