fix some typo error

This commit is contained in:
csch
2022-12-30 16:42:20 +08:00
parent 287987fb8a
commit 24a9d2d004
5 changed files with 25 additions and 25 deletions

View File

@ -114,14 +114,14 @@ public:
virtual int add_table(PwjTable &table, bool &is_match_pwj);
/**
* 从phy_table_locaton_info中提取以下分区相关的信息
* 从phy_table_location_info中提取以下分区相关的信息
* @param all_partition_ids:
* phy_table_locaton_info中所有的partition_id(物理分区id)
* phy_table_location_info中所有的partition_id(物理分区id)
* @param all_partition_indexes:
* phy_table_locaton_info中每一个partition_id(物理分区id)的
* phy_table_location_info中每一个partition_id(物理分区id)的
* part_id(一级逻辑分区id)在part_array中的偏移
* @param all_subpartition_indexes:
* phy_table_locaton_info中每一个partition_id(物理分区id)的
* phy_table_location_info中每一个partition_id(物理分区id)的
* subpart_id(二级逻辑分区id)在subpart_array中的偏移
* @param is_partition_single:
* 二级分区表的phy_table_location_info_中,是否只涉及到一个一级分区