dblink_write implement [FEAT MERGE]

Co-authored-by: zzg19950727 <1071026277@qq.com>
Co-authored-by: xianyu-w <707512433@qq.com>
This commit is contained in:
obdev
2023-01-29 16:23:18 +08:00
committed by ob-robot
parent 195ab500ab
commit 814de27a42
226 changed files with 9602 additions and 4087 deletions

View File

@ -422,17 +422,4 @@ int ObLogSort::compute_op_ordering()
is_local_order_ = false;
}
return ret;
}
int ObLogSort::generate_link_sql_post(GenLinkStmtPostContext &link_ctx)
{
UNUSED(link_ctx);
int ret = OB_SUCCESS;
if (0 == dblink_id_) {
// do nothing
} else if (!startup_exprs_.empty()) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("set operator have startup filters when reverse spell dblink sql", K(ret));
}
return ret;
}
}