From c3177788dee870888a35af34a2c8ae404c5c7cde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Sun, 4 Aug 2019 20:40:22 +1000 Subject: [PATCH] Do not close backend connection for error 1317 This is a porting from 1.4.15 --- lib/MySQL_Session.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/MySQL_Session.cpp b/lib/MySQL_Session.cpp index d07a18a20..b6115ffc1 100644 --- a/lib/MySQL_Session.cpp +++ b/lib/MySQL_Session.cpp @@ -3735,6 +3735,7 @@ handler_again: // we intentionally killed the query break; } + break; case 1290: // read-only case 1047: // WSREP has not yet prepared node for application use case 1053: // Server shutdown in progress