mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixing compilation failure on Windows introduced by MDEV-17776
commit 21a5884081
This commit is contained in:
@ -6581,6 +6581,7 @@ Item *Type_handler_interval_DDhhmmssff::
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
return new (thd->mem_root) Item_interval_DDhhmmssff_typecast(thd, item,
|
return new (thd->mem_root) Item_interval_DDhhmmssff_typecast(thd, item,
|
||||||
|
(uint)
|
||||||
attr.decimals());
|
attr.decimals());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user