~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/blob.h

Dead code removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
  */
133
133
  uint32_t pack_length_no_ptr() const
134
134
  { return (uint32_t) (packlength); }
135
 
  uint32_t row_pack_length() { return pack_length_no_ptr(); }
136
135
  uint32_t sort_length() const;
137
136
  virtual uint32_t max_data_length() const
138
137
  {