~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to drizzled/structs.h

  • Committer: Jay Pipes
  • Date: 2009-08-03 14:23:22 UTC
  • mfrom: (1039.2.68 staging)
  • mto: This revision was merged to the branch mainline in revision 1078.
  • Revision ID: jpipes@serialcoder-20090803142322-1g67h7su9mocg9ig
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
  JoinTable *do_insideout_scan;
141
141
} READ_RECORD;
142
142
 
143
 
 
144
 
typedef struct {
145
 
  uint32_t year;
146
 
  uint32_t month;
147
 
  uint32_t day;
148
 
  uint32_t hour;
149
 
  uint64_t minute,second,second_part;
150
 
  bool neg;
151
 
} INTERVAL;
152
 
 
153
143
extern const char *show_comp_option_name[];
154
144
 
155
145
typedef int *(*update_var)(Session *, struct st_mysql_show_var *);