~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <drizzled/sql_base.h>
28
28
#include <drizzled/show.h>
29
29
 
 
30
namespace drizzled
 
31
{
 
32
 
30
33
class Session;
31
34
class TableList;
32
35
class Item;
33
36
 
34
 
namespace drizzled
35
 
{
36
37
namespace statement
37
38
{
38
39
 
65
66
  Session *session;
66
67
};
67
68
 
68
 
} /* end namespace statement */
 
69
} /* namespace statement */
69
70
 
70
 
} /* end namespace drizzled */
 
71
} /* namespace drizzled */
71
72
 
72
73
#endif /* DRIZZLED_STATEMENT_H */