fix flt tag local variable err

This commit is contained in:
obdev
2023-07-14 02:12:33 +00:00
committed by ob-robot
parent 6ccb87449f
commit ffd0270234
50 changed files with 111 additions and 98 deletions

View File

@ -36,7 +36,7 @@ struct ObDSFailTabInfo
uint64_t table_id_;
ObSEArray<int64_t, 1, common::ModulePageAllocator, true> part_ids_;
TO_STRING_KV(K(table_id_),
K(partition_id));
K(part_ids_));
};
struct ObDSTableParam
@ -428,4 +428,4 @@ private:
} // end of namespace common
} // end of namespace oceanbase
#endif /* _OB_DYNAMIC_SAMPLING_H_ */
#endif /* _OB_DYNAMIC_SAMPLING_H_ */