pre get a position for sys var: _force_order_preserve_set

This commit is contained in:
akaError
2023-04-23 02:41:31 +00:00
committed by ob-robot
parent 5ac41d01f7
commit 378b220933
7 changed files with 69 additions and 12 deletions

View File

@ -239,6 +239,7 @@ namespace share
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";
}
}