fix oci memleak and add port info to dblink view and fix pull data OOM
This commit is contained in:
@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user