~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/drizzle_com.h

  • Committer: Monty Taylor
  • Date: 2008-07-09 15:52:52 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: monty@inaugust.com-20080709155252-lnzmxxje1g40z3a7
Warning fixes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
 
272
272
#define packet_error (~(unsigned long) 0)
273
273
 
274
 
enum enum_field_types { MYSQL_TYPE_DECIMAL, MYSQL_TYPE_TINY,
 
274
/* Start TINY at 1 because we removed DECIMAL from off the front of the enum */
 
275
enum enum_field_types { MYSQL_TYPE_TINY=1,
275
276
                        MYSQL_TYPE_SHORT,  MYSQL_TYPE_LONG,
276
277
                        MYSQL_TYPE_FLOAT,  MYSQL_TYPE_DOUBLE,
277
278
                        MYSQL_TYPE_NULL,   MYSQL_TYPE_TIMESTAMP,