1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fixing compilation failure on Windows introduced by MDEV-17776

commit 21a5884081
This commit is contained in:
Alexander Barkov
2018-11-21 11:29:01 +04:00
parent f0f0d07250
commit ce32cae207

View File

@ -6581,6 +6581,7 @@ Item *Type_handler_interval_DDhhmmssff::
return 0;
}
return new (thd->mem_root) Item_interval_DDhhmmssff_typecast(thd, item,
(uint)
attr.decimals());
}