~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2010-11-08 21:03:52 UTC
  • mto: (1921.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 1917.
  • Revision ID: brian@tangent.org-20101108210352-vthbzdksgrcj4nax
Remove a bunch of dead code from within table share.

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
  {