~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Brian Aker
  • Date: 2011-02-05 10:53:26 UTC
  • mto: (2147.3.1 alter-table)
  • mto: This revision was merged to the branch mainline in revision 2148.
  • Revision ID: brian@tangent.org-20110205105326-hjmn5xehw5rs46tp
Fix bad error in warnings/errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
                               Item *default_value, Item *on_update_value,
58
58
                               LEX_STRING *comment, char *change,
59
59
                               List<String> *interval_list, CHARSET_INFO *cs);
60
 
void store_position_for_column(const char *name);
61
60
bool push_new_name_resolution_context(Session *session,
62
61
                                      TableList *left_op,
63
62
                                      TableList *right_op);