From 71035c1002525bccdc7b59aa60660c2669ef66da Mon Sep 17 00:00:00 2001 From: drrtuy Date: Mon, 8 Sep 2025 15:52:15 +0000 Subject: [PATCH] fix(plugin): fix QA extract statistics stub signature to fix 10.6 compilation. --- dbcon/mysql/ha_mcs_execplan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbcon/mysql/ha_mcs_execplan.cpp b/dbcon/mysql/ha_mcs_execplan.cpp index b53ca4246..522b1d940 100644 --- a/dbcon/mysql/ha_mcs_execplan.cpp +++ b/dbcon/mysql/ha_mcs_execplan.cpp @@ -5307,7 +5307,7 @@ void extractColumnStatistics(TABLE_LIST* table_ptr, gp_walk_info& gwi) } } #else -void extractColumnStatistics(Item_field* /*ifp*/, gp_walk_info& /*gwi*/) +void extractColumnStatistics(TABLE_LIST* /*table_ptr*/, gp_walk_info& /*gwi*/) { } #endif