~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

remove unused row_type from table proto (although referenced in a bunch of places)

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
  uint32_t   reclength;                 /* Recordlength */
341
341
public:
342
342
  uint32_t   stored_rec_length;         /* Stored record length*/
343
 
  enum row_type row_type;               /* How rows are stored */
344
343
 
345
344
  uint32_t getRecordLength() const
346
345
  {