~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2010-11-08 22:12:46 UTC
  • mfrom: (1910.2.10 merge)
  • Revision ID: brian@tangent.org-20101108221246-e8swbh54i8oau1b8
Cleanup of dead bits in table definition cache.

Show diffs side-by-side

added added

removed removed

Lines of Context:
416
416
  inline const char *getTableName()  const { return getShare()->getTableName(); }
417
417
 
418
418
  inline bool isDatabaseLowByteFirst() { return getShare()->db_low_byte_first; } /* Portable row format */
419
 
  inline bool isNameLock() const { return getShare()->isNameLock(); }
420
 
  inline bool isReplaceWithNameLock() { return getShare()->replace_with_name_lock; }
 
419
  inline bool isNameLock() const { return open_placeholder; }
421
420
 
422
421
  uint32_t index_flags(uint32_t idx) const
423
422
  {