add place holder of system variable

This commit is contained in:
hanr881
2023-11-01 11:09:21 +00:00
committed by ob-robot
parent 8cf16317ae
commit 730c9fa296
6 changed files with 62 additions and 3 deletions

View File

@ -255,6 +255,7 @@ namespace share
static const char* const OB_SV_PRIVILEGE_FEATURES_ENABLE = "privilege_features_enable";
static const char* const OB_SV__PRIV_CONTROL = "_priv_control";
static const char* const OB_SV__ENABLE_MYSQL_PL_PRIV_CHECK = "_enable_mysql_pl_priv_check";
static const char* const OB_SV_ENABLE_PL_CACHE = "ob_enable_pl_cache";
}
}