~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Brian Aker
  • Date: 2009-04-28 00:17:10 UTC
  • mto: This revision was merged to the branch mainline in revision 999.
  • Revision ID: brian@gaz-20090428001710-gb4v06c9q6j096pk
First pass on removing virt columns

Show diffs side-by-side

added added

removed removed

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