~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/structs.h

  • Committer: Mats Kindahl
  • Date: 2008-08-07 06:24:22 UTC
  • mfrom: (265 drizzle)
  • mto: (264.1.19 codestyle)
  • mto: This revision was merged to the branch mainline in revision 266.
  • Revision ID: mats@mysql.com-20080807062422-20kyv6ssp4grfm0s
Manual merge of lp:drizzle into ~mkindahl/remove-mem-casts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
 
131
131
 
132
132
/*
133
 
  Originally MySQL used MYSQL_TIME structure inside server only, but since
 
133
  Originally MySQL used DRIZZLE_TIME structure inside server only, but since
134
134
  4.1 it's exported to user in the new client API. Define aliases for
135
135
  new names to keep existing code simple.
136
136
*/
137
137
 
138
 
typedef enum enum_mysql_timestamp_type timestamp_type;
 
138
typedef enum enum_drizzle_timestamp_type timestamp_type;
139
139
 
140
140
 
141
141
typedef struct {