MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / createMySQLPoolWithFailover

Function createMySQLPoolWithFailover

src/Storages/MySQL/MySQLHelpers.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25mysqlxx::PoolWithFailover createMySQLPoolWithFailover(const StorageMySQL::Configuration & configuration, const MySQLSettings & mysql_settings)
26{
27 return createMySQLPoolWithFailover(
28 configuration.database, configuration.addresses,
29 configuration.username, configuration.password,
30 configuration.ssl_ca, configuration.ssl_cert,
31 configuration.ssl_key, mysql_settings);
32}
33
34mysqlxx::PoolWithFailover createMySQLPoolWithFailover(
35 const std::string & database,

Callers 4

registerStorageMySQLFunction · 0.85
registerDatabaseMySQLFunction · 0.85
parseArgumentsMethod · 0.85

Calls 2

PoolWithFailoverClass · 0.70
ExceptionClass · 0.50

Tested by

no test coverage detected