414
414
inline bool isReplaceWithNameLock() { return s->replace_with_name_lock; }
415
415
inline bool isWaitingOnCondition() { return s->waiting_on_cond; } /* Protection against free */
417
422
inline drizzled::plugin::StorageEngine *getEngine() const /* table_type for handler */
419
424
return s->storage_engine;