Skip to content

Commit ce32cae

Browse files
committed
Fixing compilation failure on Windows introduced by MDEV-17776
commit 21a5884
1 parent f0f0d07 commit ce32cae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/sql_type.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6581,6 +6581,7 @@ Item *Type_handler_interval_DDhhmmssff::
65816581
return 0;
65826582
}
65836583
return new (thd->mem_root) Item_interval_DDhhmmssff_typecast(thd, item,
6584+
(uint)
65846585
attr.decimals());
65856586
}
65866587

0 commit comments

Comments
 (0)