~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/tztime.cc

  • Committer: Brian Aker
  • Date: 2008-10-06 05:57:49 UTC
  • Revision ID: brian@tangent.org-20081006055749-svg700gciuqi0zu1
Remove all of uchar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
  uint revcnt;   // Number of transition descr. for TIME->my_time_t conversion
71
71
  /* The following are dynamical arrays are allocated in MEM_ROOT */
72
72
  my_time_t *ats;       // Times of transitions between time types
73
 
  uchar *types; // Local time types for transitions
 
73
  unsigned char *types; // Local time types for transitions
74
74
  TRAN_TYPE_INFO *ttis; // Local time types descriptions
75
75
  /* Storage for local time types abbreviations. They are stored as ASCIIZ */
76
76
  char *chars;