~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/subselect.h

  • Committer: Brian Aker
  • Date: 2009-02-08 03:02:04 UTC
  • Revision ID: brian@tangent.org-20090208030204-3gz6xwcq5niux5nm
Class rewrite of Session (aka get all of the junk out)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
class Cached_item;
38
38
class Item_in_optimizer;
39
39
class Item_func_not_all;
40
 
class TMP_TABLE_PARAM;
 
40
class Tmp_Table_Param;
41
41
 
42
42
 
43
43
/* base class for subselects */
671
671
  */
672
672
  JOIN *materialize_join;
673
673
  /* Temp table context of the outer select's JOIN. */
674
 
  TMP_TABLE_PARAM *tmp_param;
 
674
  Tmp_Table_Param *tmp_param;
675
675
 
676
676
public:
677
677
  subselect_hash_sj_engine(Session *session_in, Item_subselect *in_predicate,