~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/mysql_com.h

  • Committer: Brian Aker
  • Date: 2008-07-06 15:56:24 UTC
  • Revision ID: brian@tangent.org-20080706155624-pn6a48azmjh6nalx
Most of the removal of dead DECIMAL type

Show diffs side-by-side

added added

removed removed

Lines of Context:
292
292
 
293
293
/* For backward compatibility */
294
294
#define CLIENT_MULTI_QUERIES    CLIENT_MULTI_STATEMENTS    
295
 
#define FIELD_TYPE_DECIMAL     MYSQL_TYPE_DECIMAL
296
295
#define FIELD_TYPE_NEWDECIMAL  MYSQL_TYPE_NEWDECIMAL
297
296
#define FIELD_TYPE_TINY        MYSQL_TYPE_TINY
298
297
#define FIELD_TYPE_SHORT       MYSQL_TYPE_SHORT