~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

MergeĀ forĀ staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
414
414
  inline bool isReplaceWithNameLock() { return s->replace_with_name_lock; }
415
415
  inline bool isWaitingOnCondition() { return s->waiting_on_cond; } /* Protection against free */
416
416
 
 
417
  uint32_t index_flags(uint32_t idx) const
 
418
  {
 
419
    return s->storage_engine->index_flags(s->key_info[idx].algorithm);
 
420
  }
 
421
 
417
422
  inline drizzled::plugin::StorageEngine *getEngine() const     /* table_type for handler */
418
423
  {
419
424
    return s->storage_engine;