~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/row.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:
124
124
  }
125
125
}
126
126
 
127
 
void Item_row::fix_after_pullout(st_select_lex *new_parent, Item **)
 
127
void Item_row::fix_after_pullout(Select_Lex *new_parent, Item **)
128
128
{
129
129
  used_tables_cache= 0;
130
130
  const_item_cache= 1;