Skip to content

Commit f992dde

Browse files
authored
Merge pull request #10509 from drmingdrmer/40-mget
fix: use batch get to accelerate get_table_copied_file_info()
2 parents 8a84fa7 + 7821f7b commit f992dde

File tree

4 files changed

+103
-69
lines changed

4 files changed

+103
-69
lines changed

src/meta/api/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ pub use util::db_has_to_exist;
4343
pub use util::deserialize_struct;
4444
pub use util::fetch_id;
4545
pub use util::get_object_shared_by_share_ids;
46+
pub use util::get_pb_value;
4647
pub use util::get_share_account_meta_or_err;
4748
pub use util::get_share_database_id_and_privilege;
4849
pub use util::get_share_id_to_name_or_err;
4950
pub use util::get_share_meta_by_id_or_err;
5051
pub use util::get_share_or_err;
51-
pub use util::get_struct_value;
5252
pub use util::get_u64_value;
5353
pub use util::is_all_db_data_removed;
5454
pub use util::is_db_need_to_be_remove;

0 commit comments

Comments
 (0)