mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fix compilation on windows part 2
This commit is contained in:
parent
1861a2a2cd
commit
716c98b15d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue