~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/explain_plan.h

  • Committer: Lee Bieber
  • Date: 2010-01-30 23:42:02 UTC
  • mto: This revision was merged to the branch mainline in revision 1282.
  • Revision ID: lbieber@lee-biebers-macbook-pro.local-20100130234202-sxmqfteqwiq15ptg
add target to japanese tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_OPTIMIZER_EXPLAIN_PLAN_H
21
21
#define DRIZZLED_OPTIMIZER_EXPLAIN_PLAN_H
22
22
 
23
 
namespace drizzled
24
 
{
25
 
 
26
23
class Session;
27
24
class Select_Lex_Unit;
28
25
class select_result;
29
26
 
 
27
namespace drizzled
 
28
{
 
29
 
30
30
namespace optimizer
31
31
{
32
32