~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

  • Committer: Monty Taylor
  • Date: 2008-10-29 09:34:45 UTC
  • mto: (520.4.24 devel)
  • mto: This revision was merged to the branch mainline in revision 567.
  • Revision ID: monty@inaugust.com-20081029093445-uz2esx9qfpezv4dm
Removed common.h from common_includes.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
304
304
 
305
305
#define ONLY_KILL_QUERY         1
306
306
 
307
 
struct st_vio;                                  /* Only C */
308
 
typedef struct st_vio Vio;
309
 
 
310
307
#define MAX_TINYINT_WIDTH       3       /* Max width for a TINY w.o. sign */
311
308
#define MAX_SMALLINT_WIDTH      5       /* Max width for a SHORT w.o. sign */
312
309
#define MAX_MEDIUMINT_WIDTH     8       /* Max width for a INT24 w.o. sign */