[scn] mv definition of SCN to dir of share

This commit is contained in:
obdev
2022-11-28 02:50:55 +00:00
committed by ob-robot
parent 68151eb87a
commit 99d4f56fec
716 changed files with 7746 additions and 6117 deletions

View File

@ -1271,7 +1271,7 @@ int ObSchemaServiceSQLImpl::get_sys_variable_schema(
}
if (OB_SUCC(ret)) {
// mock missed system variable schema by hardcoded schema
// To avoid -5044 error, mock missed system variable schema with default value by hardcoded schema.
for (int64_t i = 0; OB_SUCC(ret) && i < ObSysVariables::get_amount(); i++) {
ObSysVarClassType sys_var_id = ObSysVariables::get_sys_var_id(i);
const ObSysVarSchema *sys_var = NULL;