~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Brian Aker
  • Date: 2009-05-30 22:30:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1045.
  • Revision ID: brian@gaz-20090530223005-hmylm6iywddfentm
A lot of little cleanups (most based off lcov)

Show diffs side-by-side

added added

removed removed

Lines of Context:
280
280
  int ha_delete_row(const unsigned char * buf);
281
281
  void ha_release_auto_increment();
282
282
 
283
 
  int ha_check_for_upgrade(HA_CHECK_OPT *check_opt);
284
283
  /** to be actually called to get 'check()' functionality*/
285
284
  int ha_check(Session *session, HA_CHECK_OPT *check_opt);
286
285
  int ha_repair(Session* session, HA_CHECK_OPT* check_opt);