1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fix compilation on windows part 2

This commit is contained in:
Sergei Petrunia
2021-09-04 17:54:07 +03:00
parent 1861a2a2cd
commit 716c98b15d

View File

@@ -61,7 +61,7 @@ public:
*/
uint get_size() override
{
return size;
return (uint)size;
}
void init_for_collection(MEM_ROOT *mem_root, Histogram_type htype_arg,