~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/analyze.h

  • Committer: Mark Atwood
  • Date: 2011-06-24 11:45:17 UTC
  • mfrom: (2318.6.64 rf)
  • Revision ID: me@mark.atwood.name-20110624114517-1mq8no6jlp2nrg7m
mergeĀ lp:~olafvdspek/drizzle/refactor15

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 */