~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Monty Taylor
  • Date: 2008-12-06 07:22:02 UTC
  • mto: (656.1.7 devel) (660.1.5 codestyle)
  • mto: This revision was merged to the branch mainline in revision 665.
  • Revision ID: monty@inaugust.com-20081206072202-2g25o9doqr1l8euu
OOOh doggie. Got rid of my_alloca.

Show diffs side-by-side

added added

removed removed

Lines of Context:
442
442
     row if available. If the key value is null, begin at the first key of the
443
443
     index.
444
444
  */
445
 
  virtual int index_read_idx_map(unsigned char * buf, uint32_t index, const unsigned char * key,
 
445
  virtual int index_read_idx_map(unsigned char * buf, uint32_t index,
 
446
                                 const unsigned char * key,
446
447
                                 key_part_map keypart_map,
447
448
                                 enum ha_rkey_function find_flag);
448
449
  virtual int index_next(unsigned char *)