patch 4.1 bug fix and remove some secret url

This commit is contained in:
ob-robot
2023-03-19 19:22:48 +08:00
parent 8ce2f275c4
commit 9365c0dd4c
85 changed files with 1094 additions and 374 deletions

View File

@ -47,6 +47,14 @@ int ObLogLink::compute_sharding_info()
return ret;
}
int ObLogLink::compute_op_parallel_and_server_info()
{
int ret = OB_SUCCESS;
set_parallel(1);
set_server_cnt(1);
return ret;
}
int ObLogLink::est_cost()
{
int ret = OB_SUCCESS;