~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Brian Aker
  • Date: 2011-02-18 16:48:57 UTC
  • mfrom: (2180.1.3 drizzle-staging)
  • Revision ID: brian@tangent.org-20110218164857-4n61en8wai9c91gi
Rollup all of Olaf's branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
                          enum_resolution_type *resolution);
102
102
bool insert_fields(Session *session, Name_resolution_context *context,
103
103
                   const char *db_name, const char *table_name,
104
 
                   List_iterator<Item> *it, bool any_privileges);
 
104
                   List<Item>::iterator *it, bool any_privileges);
105
105
bool setup_tables(Session *session, Name_resolution_context *context,
106
106
                  List<TableList> *from_clause, TableList *tables,
107
107
                  TableList **leaves, bool select_insert);