v.24.9Improvement
ODBC: Retrieve http_max_tries from Server Configuration
ODBC: get http_max_tries from the server configuration. #68128 (Rodolphe Dugé de Bernonville).
Why it matters
This feature ensures that the ODBC driver respects the server-sidehttp_max_tries configuration for retry attempts, improving connection resilience and consistency between client and server behavior.How to use it
No explicit user action is required. The ODBC driver automatically fetches and applies thehttp_max_tries value from the server configuration when establishing connections.