v.19.14Improvement

Safer Interface of Mysqlxx::pool

Safer interface of mysqlxx::Pool. #6150 (avasiliev)
Introduces a safer interface for the mysqlxx::Pool to improve MySQL connection handling within ClickHouse.

Why it matters

This feature addresses potential safety and reliability issues when managing MySQL connection pools by providing a more robust and secure interface, reducing risks of connection leaks or improper handling.

How to use it

Users benefit from the improved mysqlxx::Pool interface transparently when using MySQL support in ClickHouse; no explicit user action is required to enable this safer handling.