From a91f7b7d6ea46af57fd9de04e9b3bbbcad382c15 Mon Sep 17 00:00:00 2001 From: David Hall Date: Thu, 20 Feb 2020 10:19:45 -0600 Subject: [PATCH] MCOL-3812 remove call to thd_set_ha_data() MariaDB 10.5 doesn't want us to call this. --- dbcon/mysql/ha_mcs_impl.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/dbcon/mysql/ha_mcs_impl.cpp b/dbcon/mysql/ha_mcs_impl.cpp index a8cdab101..b89edddb7 100644 --- a/dbcon/mysql/ha_mcs_impl.cpp +++ b/dbcon/mysql/ha_mcs_impl.cpp @@ -3912,8 +3912,6 @@ int ha_mcs_impl_close_connection (handlerton* hton, THD* thd) ci->cal_conn_hndl = 0; } - thd_set_ha_data(thd, hton, NULL); - return rc; }