~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/drizzle_com.h

  • Committer: Monty Taylor
  • Date: 2008-07-11 16:06:20 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 134.
  • Revision ID: monty@inaugust.com-20080711160620-eni0gu3pqd2fgc6s
One last bunch of warnings edits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
} NET;
270
270
 
271
271
 
272
 
#define packet_error (~(unsigned long) 0)
 
272
#define packet_error (~(uint32_t) 0)
273
273
 
274
274
/* Start TINY at 1 because we removed DECIMAL from off the front of the enum */
275
275
enum enum_field_types { MYSQL_TYPE_TINY=1,