~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Nathan Williams
  • Date: 2009-06-05 22:51:06 UTC
  • mto: This revision was merged to the branch mainline in revision 1063.
  • Revision ID: nathanlws@gmail.com-20090605225106-8xrsftpf50tdpumn
No actual code changes. Changed Create_field to CreateField to be consistent with coding standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                       LEX_STRING *comment,
46
46
                       char *change, List<String> *interval_list,
47
47
                       const CHARSET_INFO * const cs);
48
 
Create_field * new_create_field(Session *session, char *field_name, enum_field_types type,
 
48
CreateField * new_create_field(Session *session, char *field_name, enum_field_types type,
49
49
                                char *length, char *decimals,
50
50
                                uint32_t type_modifier,
51
51
                                Item *default_value, Item *on_update_value,