[scn] fix failure of mittest after refresh feature scn

This commit is contained in:
obdev
2022-11-28 01:46:42 +00:00
committed by ob-robot
parent 49a02f3304
commit 54b64a7263
1898 changed files with 255804 additions and 280809 deletions

View File

@ -63,9 +63,7 @@ static const char* job_type_str_array[JOB_TYPE_MAX] = {
"UPGRADE_STORAGE_FORMAT_VERSION",
"STOP_UPGRADE_STORAGE_FORMAT_VERSION",
"CREATE_INNER_SCHEMA",
"UPGRADE_POST_ACTION",
"UPGRADE_SYSTEM_VARIABLE",
"UPGRADE_SYSTEM_TABLE"
"RUN_UPGRADE_POST_JOB"
};
const char* ObRsJobTableOperator::get_job_type_str(ObRsJobType job_type)