1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-14 00:42:34 +03:00
Files
mariadb-columnstore-engine/writeengine/wrapper/writeengine.cpp
Daniel Black c01ab42e87 MCOL-5747 gcc-14.1.1 compile error - calloc - transposed args
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.
2024-05-16 16:53:52 +04:00

218 KiB