~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/check.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-23 10:02:30 UTC
  • mto: This revision was merged to the branch mainline in revision 2348.
  • Revision ID: olafvdspek@gmail.com-20110623100230-w8vx1so32tkxsh6f
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
  }
36
36
 
37
37
  bool execute();
38
 
 
39
 
  HA_CHECK_OPT check_opt;                       // check/repair options
40
38
};
41
39
 
42
40
} /* namespace statement */