1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-31 18:30:33 +03:00

fix(plugin): fix QA extract statistics stub signature to fix 10.6 compilation.

This commit is contained in:
drrtuy
2025-09-08 15:52:15 +00:00
parent b73c245ecc
commit 71035c1002

View File

@@ -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