~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Brian Aker
  • Date: 2009-05-15 01:47:27 UTC
  • mto: This revision was merged to the branch mainline in revision 1021.
  • Revision ID: brian@gaz-20090515014727-shmtwpeisru443qs
Once again... removed vcol code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
bool add_field_to_list(Session *session, LEX_STRING *field_name, enum enum_field_types type,
41
41
                       char *length, char *decimal,
42
42
                       uint32_t type_modifier,
43
 
                       enum column_format_type column_format,
 
43
           enum column_format_type column_format,
44
44
                       Item *default_value, Item *on_update_value,
45
45
                       LEX_STRING *comment,
46
46
                       char *change, List<String> *interval_list,
50
50
                                uint32_t type_modifier,
51
51
                                Item *default_value, Item *on_update_value,
52
52
                                LEX_STRING *comment, char *change,
53
 
                                List<String> *interval_list, CHARSET_INFO *cs,
54
 
                                virtual_column_info *vcol_info);
 
53
                                List<String> *interval_list, CHARSET_INFO *cs);
55
54
void store_position_for_column(const char *name);
56
55
bool add_to_list(Session *session, SQL_LIST &list,Item *group,bool asc);
57
56
bool push_new_name_resolution_context(Session *session,