mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-20 14:19:43 +00:00

The arguments of calloc are the number of members and the sizeof the member. Gcc-14.1.1 worked out how to tell the difference. We correct this by transposing to gcc's will.