~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.h

  • Committer: Brian Aker
  • Date: 2011-07-25 14:24:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2373.
  • Revision ID: brian@tangent.org-20110725142419-3vobv9u6k7jp4qej
Remove the typedef on lexkey

Show diffs side-by-side

added added

removed removed

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