~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Brian Aker
  • Date: 2009-02-21 00:18:15 UTC
  • Revision ID: brian@tangent.org-20090221001815-x20e8h71e984lvs1
Completion (?) of uint conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
494
494
  virtual ha_rows records_in_range(uint32_t, key_range *, key_range *)
495
495
    { return (ha_rows) 10; }
496
496
  virtual void position(const unsigned char *record)=0;
497
 
  virtual int info(uint)=0; // see my_base.h for full description
 
497
  virtual int info(uint32_t)=0; // see my_base.h for full description
498
498
  virtual uint32_t calculate_key_hash_value(Field **)
499
499
  { assert(0); return 0; }
500
500
  virtual int extra(enum ha_extra_function)