fix oci memleak and add port info to dblink view and fix pull data OOM

This commit is contained in:
obdev
2023-03-24 06:41:57 +00:00
committed by ob-robot
parent 7b0fa6b582
commit d2110be61c
19 changed files with 47 additions and 131 deletions

View File

@ -227,8 +227,7 @@ ObOptimizerContext(ObSQLSessionInfo *session_info,
px_parallel_rule_ == MANUAL_TABLE_HINT ||
px_parallel_rule_ == SESSION_FORCE_PARALLEL ||
px_parallel_rule_ == MANUAL_TABLE_DOP ||
px_parallel_rule_ == PL_UDF_DAS_FORCE_SERIALIZE ||
px_parallel_rule_ == DBLINK_FORCE_SERIALIZE;
px_parallel_rule_ == PL_UDF_DAS_FORCE_SERIALIZE;
}
inline bool use_intra_parallel() const
{