From 13647ce3f11e4e5b5a8d162688c71bfd8e7aca1f Mon Sep 17 00:00:00 2001 From: Rene Cannao Date: Wed, 1 Apr 2026 09:44:59 +0000 Subject: [PATCH] Revert "Document DNS cache bypass limitation for resolution_family" This reverts commit d61e59ee7408bc39fa978a3be884281d6fc9b5f5. --- lib/mysql_connection.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/mysql_connection.cpp b/lib/mysql_connection.cpp index 64b7424d3..272ea0614 100644 --- a/lib/mysql_connection.cpp +++ b/lib/mysql_connection.cpp @@ -959,10 +959,6 @@ char * MySQL_Connection::connect_start_DNS_lookup() { host_ip = connected_host_details.ip; } else { - // NOTE: DNS cache miss — hostname is passed directly to - // mysql_real_connect which resolves via the MariaDB client library - // using AF_UNSPEC. The mysql-resolution_family setting does NOT - // apply here; it only governs the DNS cache resolver thread. host_ip = parent->address; } return host_ip;