~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.h

  • Committer: Brian Aker
  • Date: 2010-01-12 00:55:03 UTC
  • mfrom: (1259.5.16 kill-frm-mention)
  • Revision ID: brian@gaz-20100112005503-j92e68kvwkxol6ay
Merge Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
  key_map part_of_sortkey;
106
106
 
107
107
  /*
108
 
    We use three additional unireg types for TIMESTAMP to overcome limitation
109
 
    of current binary format of .frm file. We'd like to be able to support
110
 
    NOW() as default and on update value for such fields but unable to hold
111
 
    this info anywhere except unireg_check field. This issue will be resolved
112
 
    in more clean way with transition to new text based .frm format.
113
 
    See also comment for Field_timestamp::Field_timestamp().
 
108
    We use three additional unireg types for TIMESTAMP for hysterical
 
109
    raisins and limitations in the MySQL FRM file format.
 
110
 
 
111
    A good TODO is to clean this up as we can support just about
 
112
    anything in the table proto message now.
114
113
  */
115
114
  enum utype
116
115
  {