~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.h

  • Committer: Olaf van der Spek
  • Date: 2011-10-24 15:58:22 UTC
  • mto: This revision was merged to the branch mainline in revision 2449.
  • Revision ID: olafvdspek@gmail.com-20111024155822-t0k04ojblkqf8v6z
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
 
101
101
  Table *orig_table; /**< Pointer to the original Table. @TODO What is "the original table"? */
102
102
  const char *field_name; /**< Name of the field */
103
 
  lex_string_t comment; /**< A comment about the field */
 
103
  str_ref comment; /**< A comment about the field */
104
104
 
105
105
  /** The field is part of the following keys */
106
106
  key_map       key_start;