[CP] disable var assign use das default
This commit is contained in:
@ -1400,7 +1400,7 @@ DEF_BOOL(_enable_new_sql_nio, OB_CLUSTER_PARAMETER, "true",
|
||||
ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::STATIC_EFFECTIVE));
|
||||
|
||||
// Add a config to enable use das if the sql statement has variable assignment
|
||||
DEF_BOOL(_enable_var_assign_use_das, OB_TENANT_PARAMETER, "True",
|
||||
DEF_BOOL(_enable_var_assign_use_das, OB_TENANT_PARAMETER, "False",
|
||||
"enable use das if the sql statement has variable assignment",
|
||||
ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||
// query response time
|
||||
|
||||
Reference in New Issue
Block a user