~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement.h

  • Committer: Brian Aker
  • Date: 2009-12-03 01:17:53 UTC
  • mto: (1237.3.2 push)
  • mto: This revision was merged to the branch mainline in revision 1238.
  • Revision ID: brian@gaz-20091203011753-159h2no5m5c5dt9b
Small cleanups, did in MERGE table only engine flag.

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
 
 
33
30
class Session;
34
31
class TableList;
35
32
class Item;
36
33
 
 
34
namespace drizzled
 
35
{
37
36
namespace statement
38
37
{
39
38
 
66
65
  Session *session;
67
66
};
68
67
 
69
 
} /* namespace statement */
 
68
} /* end namespace statement */
70
69
 
71
 
} /* namespace drizzled */
 
70
} /* end namespace drizzled */
72
71
 
73
72
#endif /* DRIZZLED_STATEMENT_H */