correct spelling

This commit is contained in:
luoshengchang
2021-12-02 16:21:24 +08:00
parent 9e3909e71e
commit 9d1dd6f596

View File

@ -251,7 +251,7 @@ int ObPhyLocationGetter::reselect_duplicate_table_best_replica(const ObIArray<Ob
return ret; return ret;
} }
//need_check_on_same_server: out, 是否需要检查分区在同一sesrver, 如果这里检查过了就置为false //need_check_on_same_server: out, 是否需要检查分区在同一server, 如果这里检查过了就置为false
int ObPhyLocationGetter::get_phy_locations(const ObIArray<ObTableLocation> &table_locations, int ObPhyLocationGetter::get_phy_locations(const ObIArray<ObTableLocation> &table_locations,
const ObPlanCacheCtx &pc_ctx, const ObPlanCacheCtx &pc_ctx,
ObIArray<ObCandiTableLoc> &candi_table_locs, ObIArray<ObCandiTableLoc> &candi_table_locs,