Home
last modified time | relevance | path

Searched refs:metadata_cache_section_ (Results 1 – 1 of 1) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/tests/component/
H A Dtest_routing_connection.cc66 std::string metadata_cache_section_; member in ConfigGenerator
119 metadata_cache_section_ = in add_metadata_cache_section()
131 metadata_cache_section_ += "mysql://127.0.0.1:" + std::to_string(port); in add_metadata_cache_section()
132 if (i < metadata_server_ports_.size() - 1) metadata_cache_section_ += ","; in add_metadata_cache_section()
134 metadata_cache_section_ += in add_metadata_cache_section()
235 ofs_config << metadata_cache_section_ << routing_primary_section_ in create_config_file()