~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
#define ONLY_KILL_QUERY         1
226
226
 
227
227
#define MAX_TINYINT_WIDTH       3       /* Max width for a TINY w.o. sign */
228
 
#define MAX_SMALLINT_WIDTH      5       /* Max width for a SHORT w.o. sign */
229
 
#define MAX_MEDIUMINT_WIDTH     8       /* Max width for a INT24 w.o. sign */
230
228
#define MAX_INT_WIDTH           10      /* Max width for a LONG w.o. sign */
231
229
#define MAX_BIGINT_WIDTH        20      /* Max width for a LONGLONG */
232
230
#define MAX_CHAR_WIDTH          255     /* Max length for a CHAR colum */