~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Brian Aker
  • Date: 2009-12-02 23:07:34 UTC
  • mto: (1237.2.2 push)
  • mto: This revision was merged to the branch mainline in revision 1238.
  • Revision ID: brian@gaz-20091202230734-i3w06nqjpz0ds748
Remove low byte from cursor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
562
562
  virtual int final_drop_index(Table *)
563
563
  { return (HA_ERR_WRONG_COMMAND); }
564
564
 
565
 
  virtual bool low_byte_first(void) const { return true; }
566
565
  virtual uint32_t checksum(void) const { return 0; }
567
566
 
568
567
  /**