Change _schema_history_recycle_interval to a formal parameter
This commit is contained in:
		@ -1425,7 +1425,7 @@ DEF_BOOL(_enable_plan_cache_mem_diagnosis, OB_CLUSTER_PARAMETER, "False",
 | 
			
		||||
DEF_INT(_clog_aggregation_buffer_amount, OB_TENANT_PARAMETER, "0", "[0, 128]", "the amount of clog aggregation buffer",
 | 
			
		||||
    ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
 | 
			
		||||
 | 
			
		||||
DEF_TIME(_schema_history_recycle_interval, OB_CLUSTER_PARAMETER, "0s", "[0s,]",
 | 
			
		||||
DEF_TIME(schema_history_recycle_interval, OB_CLUSTER_PARAMETER, "10m", "[0s,]",
 | 
			
		||||
    "the time interval between the schedules of schema history recyle task. "
 | 
			
		||||
    "Range: [0s, +∞)",
 | 
			
		||||
    ObParameterAttr(Section::LOAD_BALANCE, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user