~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

  • Committer: Brian Aker
  • Date: 2010-12-07 09:12:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1985.
  • Revision ID: brian@tangent.org-20101207091212-1m0w20tck6z7632m
This is a fix for bug lp:686197

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
/* The following are only sent to new clients */
127
127
#define ENUM_FLAG       256             /* field is an enum */
128
128
#define AUTO_INCREMENT_FLAG 512         /* field is a autoincrement field */
129
 
#define TIMESTAMP_FLAG  1024            /* Field is a timestamp */
 
129
#define FUNCTION_DEFAULT_FLAG   1024            /* Field is a timestamp, uses a function to generate the value. */
130
130
#define NO_DEFAULT_VALUE_FLAG 4096      /* Field doesn't have default value */
131
131
#define ON_UPDATE_NOW_FLAG 8192         /* Field is set to NOW on UPDATE */
132
132
#define PART_KEY_FLAG   16384           /* Intern; Part of some key */