-
Catalin Besleaga authored
Problem: ------- CAST actually does return the expected NULL for most of the values except for the case when N is equal to max int. Problem is loosing precision by casting the value. FIX: ---- Extended cast_length in Item_char_typecast from int to longlong.
Catalin Besleaga authoredProblem: ------- CAST actually does return the expected NULL for most of the values except for the case when N is equal to max int. Problem is loosing precision by casting the value. FIX: ---- Extended cast_length in Item_char_typecast from int to longlong.
Loading