~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Stewart Smith
  • Date: 2009-05-19 07:44:45 UTC
  • mto: (991.1.9 for-brian)
  • mto: This revision was merged to the branch mainline in revision 1033.
  • Revision ID: stewart@flamingspork.com-20090519074445-8bzdrp09eaki0fin
remove unused isDatabaseLowByteFirst()

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
  inline uint32_t getNullFields() { return s->null_fields; }
90
90
  inline unsigned char *getDefaultValues() { return s->default_values; }
91
91
 
92
 
  inline bool isDatabaseLowByteFirst() { return s->db_low_byte_first; }         /* Portable row format */
93
92
  inline bool isCrashed() { return s->crashed; }
94
93
  inline bool isNameLock() { return s->name_lock; }
95
94
  inline bool isReplaceWithNameLock() { return s->replace_with_name_lock; }