close defensive check

This commit is contained in:
LINxiansheng
2021-12-27 20:52:19 +08:00
committed by LINxiansheng
parent 93be552c8b
commit bc3a22c704

View File

@ -275,7 +275,7 @@ DEF_BOOL(_enable_static_typing_engine, OB_CLUSTER_PARAMETER, "True",
"specifies whether static typing sql execution engine is activated", "specifies whether static typing sql execution engine is activated",
ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE)); ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
DEF_BOOL(_enable_defensive_check, OB_CLUSTER_PARAMETER, "True", DEF_BOOL(_enable_defensive_check, OB_CLUSTER_PARAMETER, "False",
"specifies whether allow to do some defensive checks when the query is executed", "specifies whether allow to do some defensive checks when the query is executed",
ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE)); ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
//// tenant config //// tenant config