786
internal_str2dec(const char *from, decimal_t *to, char **end, my_bool fixed)
786
internal_str2dec(const char *from, decimal_t *to, char **end, bool fixed)
788
788
const char *s= from, *s1, *endp, *end_of_string= *end;
789
789
int i, intg, frac, error, intg1, frac1;