~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/create_field.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-04 08:13:04 UTC
  • mfrom: (2384 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110804081304-rlejjpvoos17bjdf
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
                        const char *fld_length,
182
182
                        const char *fld_decimals,
183
183
                        uint32_t fld_type_modifier,
184
 
                        LEX_STRING *fld_comment,
 
184
                        lex_string_t *fld_comment,
185
185
                        const char *fld_change,
186
186
                        List<String> *fld_interval_list,
187
187
                        const charset_info_st* fld_charset,