~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/temporal_format.h

  • Committer: Brian Aker
  • Date: 2009-12-26 18:33:33 UTC
  • mfrom: (1252.1.1 bugs)
  • Revision ID: brian@gaz-20091226183333-pel3p35bk7r82kl1
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
  pcre *_re; /**< The compiled regular expression struct */
50
50
  int32_t _error_offset; /**< Any error encountered during compilation or matching */
51
51
  const char *_error;
52
 
  int32_t _match_vector[OUT_VECTOR_SIZE]; /**< Stores match substring indexes */
53
52
  /* Index of the pattern which is a specific temporal part */
54
53
  uint32_t _year_part_index;
55
54
  uint32_t _month_part_index;