~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

  • Committer: Brian Aker
  • Date: 2009-05-15 05:07:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1021.
  • Revision ID: brian@gaz-20090515050709-r3p6cv17tql0arr6
Remove old keywords/small bits of lex cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
#define COLUMN_COMMENT_MAXLEN 1024
120
120
#define INDEX_COMMENT_MAXLEN 1024
121
121
 
122
 
/* The length of the header part for each virtual column in the .frm file. */
123
 
#define FRM_VCOL_HEADER_SIZE 3
124
 
/*
125
 
  Maximum length of the expression statement defined for virtual columns.
126
 
*/
127
 
#define VIRTUAL_COLUMN_EXPRESSION_MAXLEN 255 - FRM_VCOL_HEADER_SIZE
128
 
 
129
122
/*
130
123
  USER_HOST_BUFF_SIZE -- length of string buffer, that is enough to contain
131
124
  username and hostname parts of the user identifier with trailing zero in