~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cmpfunc.cc

  • 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:
3994
3994
}
3995
3995
 
3996
3996
 
3997
 
void Item_cond::fix_after_pullout(st_select_lex *new_parent, Item **)
 
3997
void Item_cond::fix_after_pullout(Select_Lex *new_parent, Item **)
3998
3998
{
3999
3999
  List_iterator<Item> li(list);
4000
4000
  Item *item;