~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.h

  • Committer: Monty Taylor
  • Date: 2009-02-17 05:44:23 UTC
  • mfrom: (887 drizzle)
  • mto: This revision was merged to the branch mainline in revision 888.
  • Revision ID: mordred@inaugust.com-20090217054423-u7e8vcwb5vsfdgt5
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    in more clean way with transition to new text based .frm format.
93
93
    See also comment for Field_timestamp::Field_timestamp().
94
94
  */
95
 
  enum utype  { NONE,DATE,SHIELD,NOEMPTY,CASEUP,PNR,BGNR,PGNR,YES,NO,REL,
96
 
                CHECK,EMPTY,UNKNOWN_FIELD,CASEDN,NEXT_NUMBER,INTERVAL_FIELD,
97
 
                BIT_FIELD, TIMESTAMP_OLD_FIELD, CAPITALIZE, BLOB_FIELD,
 
95
  enum utype  { NONE,
 
96
                NEXT_NUMBER,
 
97
                TIMESTAMP_OLD_FIELD,
98
98
                TIMESTAMP_DN_FIELD, TIMESTAMP_UN_FIELD, TIMESTAMP_DNUN_FIELD};
99
99
  enum imagetype { itRAW, itMBR};
100
100
 
592
592
  const CHARSET_INFO *charset;
593
593
  Field *field;                         // For alter table
594
594
 
595
 
  uint8_t row,col,sc_length,interval_id;        // For rea_create_table
 
595
  uint8_t       interval_id;    // For rea_create_table
596
596
  uint32_t      offset,pack_flag;
597
597
 
598
598
  /* Virtual column expression statement */