[CP] add new parameter used to control spm intead of sys variable

This commit is contained in:
obdev
2024-06-26 06:49:10 +00:00
committed by ob-robot
parent 98a5eb0549
commit 4c3343960f
16 changed files with 134 additions and 54 deletions

View File

@ -255,6 +255,7 @@ public:
private:
int post_upgrade_for_reset_compat_version();
int try_reset_version(const uint64_t tenant_id, const char *var_name);
int post_upgrade_for_spm();
};
/* =========== special upgrade processor end ============= */