fix sys var position

This commit is contained in:
akaError
2023-05-11 09:21:09 +00:00
committed by ob-robot
parent 3021d0fb54
commit 4ee1db2e82
6 changed files with 59 additions and 59 deletions

View File

@ -238,8 +238,8 @@ namespace share
static const char* const OB_SV_MAX_READ_STALE_TIME = "ob_max_read_stale_time";
static const char* const OB_SV__OPTIMIZER_GATHER_STATS_ON_LOAD = "_optimizer_gather_stats_on_load";
static const char* const OB_SV__SET_REVERSE_DBLINK_INFOS = "_set_reverse_dblink_infos";
static const char* const OB_SV__SHOW_DDL_IN_COMPAT_MODE = "_show_ddl_in_compat_mode";
static const char* const OB_SV__FORCE_ORDER_PRESERVE_SET = "_force_order_preserve_set";
static const char* const OB_SV__SHOW_DDL_IN_COMPAT_MODE = "_show_ddl_in_compat_mode";
static const char* const OB_SV_PARALLEL_DEGREE_POLICY = "parallel_degree_policy";
static const char* const OB_SV_PARALLEL_DEGREE_LIMIT = "parallel_degree_limit";
static const char* const OB_SV_PARALLEL_MIN_SCAN_TIME_THRESHOLD = "parallel_min_scan_time_threshold";