~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

  • Committer: Diego Medina
  • Date: 2009-10-05 04:05:29 UTC
  • mfrom: (1161 staging)
  • mto: This revision was merged to the branch mainline in revision 1178.
  • Revision ID: diego.medina@sun.com-20091005040529-5g1qe9gxzslpgefd
resolved small merge issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
#define MULTIPLE_KEY_FLAG 8             /* Field is part of a key */
167
167
#define BLOB_FLAG       16              /* Field is a blob */
168
168
#define UNSIGNED_FLAG   32              /* Field is unsigned */
169
 
#define DECIMAL_FLAG    64              /* Field is zerofill */
170
169
#define BINARY_FLAG     128             /* Field is binary   */
171
170
 
172
171
/* The following are only sent to new clients */