[kill -15][vostest]enhance check_kill_gracefully case

This commit is contained in:
zhjc1124
2023-07-11 11:42:20 +00:00
committed by ob-robot
parent 9e3fa0652d
commit e027192b44
6 changed files with 62 additions and 1 deletions

View File

@ -1665,6 +1665,7 @@ int ObMultiVersionSchemaService::destroy()
int ret = OB_SUCCESS;
schema_store_map_.destroy();
ddl_trans_controller_.destroy();
schema_cache_.destroy();
return ret;
}