~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/outer_ref.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:
49
49
  return err;
50
50
}
51
51
 
52
 
void Item_outer_ref::fix_after_pullout(st_select_lex *new_parent,
 
52
void Item_outer_ref::fix_after_pullout(Select_Lex *new_parent,
53
53
                                       Item **ref_item)
54
54
{
55
55
  if (depended_from == new_parent)