~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/table_read_plan.h

  • Committer: Padraig O'Sullivan
  • Date: 2010-03-15 14:52:59 UTC
  • mto: This revision was merged to the branch mainline in revision 1349.
  • Revision ID: osullivan.padraig@gmail.com-20100315145259-jw2g8c3f1yvej12b
Moved the SEL_TREE and SEL_IMERGE classes out into their own header and implementation files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
namespace drizzled
24
24
{
25
25
 
26
 
class SEL_TREE;
27
26
struct st_ror_scan_info;
28
27
 
29
28
namespace optimizer
31
30
 
32
31
class Parameter;
33
32
class SEL_ARG;
 
33
class SEL_TREE;
34
34
 
35
35
/*
36
36
  Table rows retrieval plan. Range optimizer creates QuickSelectInterface-derived