From 54a474555393066f60a9d68d2ed5b7d142aa9895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Wed, 5 Feb 2025 17:09:12 +0100 Subject: [PATCH] Remove outdated comment section on 'GPFC_Replication_SwitchToFastForward' --- lib/MySQL_Session.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/MySQL_Session.cpp b/lib/MySQL_Session.cpp index fa04eaf37..694a7eacc 100644 --- a/lib/MySQL_Session.cpp +++ b/lib/MySQL_Session.cpp @@ -3943,9 +3943,7 @@ int MySQL_Session::GPFC_Replication_SwitchToFastForward(PtrSize_t& pkt, unsigned }; // If a connection has been already acquired, but it doesn't match the required capabilities, the - // mismatch should be reported, and session should be killed. Flagging the session as 'killed' is - // important, since this is already a 'fast_forward' session, and handling will be different as for - // regular sessions. + // mismatch should be reported, and session should be killed. if (!match_tracked) { proxy_info( "Failed to switch to fast-forward; session connection lacks the required capabilities"