~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ident.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:
73
73
    { context= (Name_resolution_context *)cntx; return false; }
74
74
  friend bool insert_fields(Session *session, Name_resolution_context *context,
75
75
                            const char *db_name,
76
 
                            const char *table_name, List_iterator<Item> *it,
 
76
                            const char *table_name, List<Item>::iterator *it,
77
77
                            bool any_privileges);
78
78
};
79
79