~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/checksum.h

  • Committer: Monty Taylor
  • Date: 2010-02-11 01:35:55 UTC
  • mfrom: (1289 staging)
  • mto: This revision was merged to the branch mainline in revision 1293.
  • Revision ID: mordred@inaugust.com-20100211013555-f9okqsgi91mwm4xu
Merged up with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <drizzled/statement.h>
25
25
 
 
26
namespace drizzled
 
27
{
26
28
class Session;
27
29
 
28
 
namespace drizzled
29
 
{
30
30
namespace statement
31
31
{
32
32
 
44
44
  HA_CHECK_OPT check_opt;                       // check/repair options
45
45
};
46
46
 
47
 
} /* end namespace statement */
 
47
} /* namespace statement */
48
48
 
49
 
} /* end namespace drizzled */
 
49
} /* namespace drizzled */
50
50
 
51
51
#endif /* DRIZZLED_STATEMENT_CHECKSUM_H */