164
164
uint date[MAX_DATE_PARTS], date_len[MAX_DATE_PARTS];
165
165
uint add_hours= 0, start_loop;
166
166
ulong not_zero_date, allow_space;
168
168
const char *pos, *last_field_pos=NULL;
169
169
const char *end=str+length;
170
170
const uchar *format_position;