~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/create_field.cc

  • 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:
184
184
                        char *fld_length,
185
185
                        char *fld_decimals,
186
186
                        uint32_t fld_type_modifier,
187
 
                        LEX_STRING *fld_comment,
 
187
                        lex_string_t *fld_comment,
188
188
                        char *fld_change,
189
189
                        List<String> *fld_interval_list,
190
190
                        const charset_info_st * const fld_charset,