~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/func.h

  • Committer: Brian Aker
  • Date: 2009-02-07 22:02:41 UTC
  • Revision ID: brian@tangent.org-20090207220241-ez3828o1246ab2sp
Removing on typedeffed class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
  // Constructor used for Item_cond_and/or (see Item comment)
116
116
  Item_func(Session *session, Item_func *item);
117
117
  bool fix_fields(Session *, Item **ref);
118
 
  void fix_after_pullout(st_select_lex *new_parent, Item **ref);
 
118
  void fix_after_pullout(Select_Lex *new_parent, Item **ref);
119
119
  table_map used_tables() const;
120
120
  table_map not_null_tables() const;
121
121
  void update_used_tables();