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:
@ -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());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user