~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/handler.h

  • Committer: Monty Taylor
  • Date: 2008-07-05 11:38:34 UTC
  • mfrom: (60 drizzle)
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: monty@inaugust.com-20080705113834-23bn0884hk8pqfu9
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1649
1649
  int check_old_types();
1650
1650
  virtual int assign_to_keycache(THD* thd, HA_CHECK_OPT* check_opt)
1651
1651
  { return HA_ADMIN_NOT_IMPLEMENTED; }
1652
 
  virtual int preload_keys(THD* thd, HA_CHECK_OPT* check_opt)
1653
 
  { return HA_ADMIN_NOT_IMPLEMENTED; }
1654
1652
  /* end of the list of admin commands */
1655
1653
 
1656
1654
  virtual int indexes_are_disabled(void) {return 0;}