1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00

chore(rbo,rules): fixes to compile MCS with ES 10.6

This commit is contained in:
drrtuy
2025-07-18 16:32:08 +00:00
parent a01c883e07
commit f881bae496
5 changed files with 4 additions and 8 deletions

View File

@@ -6316,7 +6316,7 @@ void extractColumnStatistics(Item_field* ifp, gp_walk_info& gwi)
}
}
#else
void extractColumnStatistics(Item_field* ifp, gp_walk_info& gwi)
void extractColumnStatistics(Item_field* /*ifp*/, gp_walk_info& /*gwi*/)
{
}
#endif