592
strmake(buff, val_begin, min(length, sizeof(buff)-1));
592
strmake(buff, val_begin, min(length, (uint)sizeof(buff)-1));
593
593
push_warning_printf(current_thd, DRIZZLE_ERROR::WARN_LEVEL_ERROR,
594
594
ER_WRONG_VALUE_FOR_TYPE, ER(ER_WRONG_VALUE_FOR_TYPE),
595
595
date_time_type, buff, "str_to_date");