Redis模式支持从特定配置版本开始初始化,可通过MAAT_OPT_LOAD_SPECIFIC_VERSION参数设置。
This commit is contained in:
@@ -621,6 +621,10 @@ int Maat_set_feather_opt(Maat_feather_t feather,enum MAAT_INIT_OPT type,const vo
|
||||
break;
|
||||
case MAAT_OPT_CUMULATIVE_UPDATE_OFF:
|
||||
_feather->cumulative_update_off=1;
|
||||
break;
|
||||
case MAAT_OPT_LOAD_SPECIFIC_VERSION:
|
||||
_feather->load_from_specific_version=*((long long*)value);
|
||||
break;
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user