~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2010-08-05 22:16:39 UTC
  • mfrom: (1685.1.8 drizzle)
  • Revision ID: brian@gaz-20100805221639-w0x32wre7t9slqov
Rollup of Embedded, resolve_stack_dump, boost LIB in include, Archive refactoring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
398
398
  inline bool isDatabaseLowByteFirst() { return s->db_low_byte_first; } /* Portable row format */
399
399
  inline bool isNameLock() const { return s->isNameLock(); }
400
400
  inline bool isReplaceWithNameLock() { return s->replace_with_name_lock; }
401
 
  inline bool isWaitingOnCondition() const { return s->isWaitingOnCondition(); } /* Protection against free */
402
401
 
403
402
  uint32_t index_flags(uint32_t idx) const
404
403
  {