~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/explain_plan.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-29 10:48:07 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110329104807-t3zzq67jlv9d1pa4
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#pragma once
21
21
 
22
22
namespace drizzled {
23
 
 
24
 
class Join;
25
 
class Session;
26
 
class Select_Lex_Unit;
27
 
class select_result;
28
 
 
29
 
namespace optimizer
30
 
{
 
23
namespace optimizer {
31
24
 
32
25
/** select type for EXPLAIN */
33
26
enum select_type