~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.h

  • Committer: Brian Aker
  • Date: 2008-12-06 23:57:32 UTC
  • mfrom: (656.1.10 devel)
  • Revision ID: brian@tangent.org-20081206235732-jx228bczpvmxu8ww
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
                            uint32_t n_ranges, uint32_t mode, HANDLER_BUFFER *buf);
142
142
  int multi_range_read_next(char **range_info);
143
143
  ha_rows multi_range_read_info_const(uint32_t keyno, RANGE_SEQ_IF *seq,
144
 
                                      void *seq_init_param, 
 
144
                                      void *seq_init_param,
145
145
                                      uint32_t n_ranges, uint32_t *bufsz,
146
146
                                      uint32_t *flags, COST_VECT *cost);
147
147
  int multi_range_read_info(uint32_t keyno, uint32_t n_ranges, uint32_t keys,
148
148
                            uint32_t *bufsz, uint32_t *flags, COST_VECT *cost);
149
 
  
 
149
 
150
150
  /* Index condition pushdown implementation */
151
151
  Item *idx_cond_push(uint32_t keyno, Item* idx_cond);
152
152
  bool check_if_supported_virtual_columns(void) { return true; }