~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Brian Aker
  • Date: 2010-07-16 04:20:32 UTC
  • mto: This revision was merged to the branch mainline in revision 1661.
  • Revision ID: brian@gaz-20100716042032-uwuhml2g6j4ex411
A couple of dead bits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
448
448
      insert_id_for_cur_row;
449
449
  }
450
450
 
451
 
  virtual void update_create_info(HA_CREATE_INFO *) {}
452
 
  int check_old_types(void);
453
451
  /* end of the list of admin commands */
454
452
 
455
453
  virtual int indexes_are_disabled(void) {return 0;}