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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user