~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.h

Table index up to SE merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
259
259
    return flags.test(flag);
260
260
  }
261
261
 
 
262
  // @todo match check_flag interface
 
263
  virtual uint32_t index_flags(enum  ha_key_alg) const { return 0; }
 
264
 
 
265
 
262
266
  void enable() { enabled= true; }
263
267
  void disable() { enabled= false; }
264
268