~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.h

  • Committer: Mark Atwood
  • Date: 2011-10-27 05:08:12 UTC
  • mfrom: (2445.1.11 rf)
  • Revision ID: me@mark.atwood.name-20111027050812-1icvs72lb0u4xdc4
mergeĀ lp:~olafvdspek/drizzle/refactor8

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;