MCPcopy Create free account
hub / github.com/ByConity/ByConity / updateMaterializedMySQLManagerMetadata

Method updateMaterializedMySQLManagerMetadata

src/Catalog/Catalog.cpp:5455–5458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5453 }
5454
5455 void Catalog::updateMaterializedMySQLManagerMetadata(const StorageID & storage_id, const Protos::MaterializedMySQLManagerMetadata & metadata)
5456 {
5457 meta_proxy->setMaterializedMySQLManagerMetadata(name_space, storage_id.uuid, metadata);
5458 }
5459
5460 void Catalog::removeMaterializedMySQLManagerMetadata(const UUID & uuid)
5461 {

Callers 2

initializeMethod · 0.80

Tested by

no test coverage detected