Placeholder

This commit is contained in:
SevenJ-swj
2023-10-18 06:43:29 +00:00
committed by ob-robot
parent 8ff0f4f3e9
commit 9df202077d
12 changed files with 182 additions and 6 deletions

View File

@ -251,6 +251,8 @@ namespace share
static const char* const OB_SV_OPTIMIZER_FEATURES_ENABLE = "optimizer_features_enable";
static const char* const OB_SV__OB_PROXY_WEAKREAD_FEEDBACK = "_ob_proxy_weakread_feedback";
static const char* const OB_SV_NCHARACTER_SET_CONNECTION = "ncharacter_set_connection";
static const char* const OB_SV_AUTOMATIC_SP_PRIVILEGES = "automatic_sp_privileges";
static const char* const OB_SV_PRIVILEGE_FEATURES_ENABLE = "privilege_features_enable";
}
}