~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.h

Merged vcol stuff.

Show diffs side-by-side

added added

removed removed

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