~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2009-12-01 02:39:03 UTC
  • mfrom: (1234.1.4 push)
  • Revision ID: brian@gaz-20091201023903-1id5z7xnup695jaq
Merge of Brian + Jay test fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
410
410
  inline unsigned char *getDefaultValues() { return s->default_values; }
411
411
 
412
412
  inline bool isDatabaseLowByteFirst() { return s->db_low_byte_first; } /* Portable row format */
413
 
  inline bool isCrashed() { return s->crashed; }
414
413
  inline bool isNameLock() { return s->name_lock; }
415
414
  inline bool isReplaceWithNameLock() { return s->replace_with_name_lock; }
416
415
  inline bool isWaitingOnCondition() { return s->waiting_on_cond; } /* Protection against free */