Commit ce32cae2 authored by Alexander Barkov's avatar Alexander Barkov

Fixing compilation failure on Windows introduced by MDEV-17776

commit 21a58840
parent f0f0d072
......@@ -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());
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment