~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.h

  • Committer: Monty Taylor
  • Date: 2008-10-13 10:14:09 UTC
  • mfrom: (383.7.6 drizzle-virtual-columns)
  • mto: This revision was merged to the branch mainline in revision 511.
  • Revision ID: monty@inaugust.com-20081013101409-aszm0nonww0f07zd
Merged in Virtual Column work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
  
153
153
  /* Index condition pushdown implementation */
154
154
  Item *idx_cond_push(uint32_t keyno, Item* idx_cond);
 
155
  bool check_if_supported_virtual_columns(void) { return true; }
155
156
private:
156
157
  DsMrr_impl ds_mrr;
157
158
  key_map keys_with_parts;