~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/truncate.h

Merge trunk changes and resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <drizzled/statement.h>
25
25
 
 
26
 
 
27
namespace drizzled
 
28
{
 
29
 
26
30
class Session;
27
31
 
28
 
namespace drizzled
29
 
{
30
32
namespace statement
31
33
{
32
34
 
41
43
  bool execute();
42
44
};
43
45
 
44
 
} /* end namespace statement */
 
46
} /* namespace statement */
45
47
 
46
 
} /* end namespace drizzled */
 
48
} /* namespace drizzled */
47
49
 
48
50
#endif /* DRIZZLED_STATEMENT_TRUNCATE_H */