~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2010-06-02 06:19:30 UTC
  • mto: (1578.6.9 explain-drizzle)
  • mto: This revision was merged to the branch mainline in revision 1585.
  • Revision ID: brian@gir-2.local-20100602061930-k6kuzsv019kjr0u3
Encapsulate timestamp field in table share.

Show diffs side-by-side

added added

removed removed

Lines of Context:
307
307
  inline bool isDatabaseLowByteFirst() { return s->db_low_byte_first; } /* Portable row format */
308
308
  inline bool isNameLock() const { return s->isNameLock(); }
309
309
  inline bool isReplaceWithNameLock() { return s->replace_with_name_lock; }
310
 
  inline bool isWaitingOnCondition() { return s->waiting_on_cond; } /* Protection against free */
 
310
  inline bool isWaitingOnCondition() const { return s->isWaitingOnCondition(); } /* Protection against free */
311
311
 
312
312
  uint32_t index_flags(uint32_t idx) const
313
313
  {