~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/enum.h

Dead code removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
  {
100
100
    return (field_metadata & 0x00ff);
101
101
  }
102
 
  uint32_t row_pack_length()
103
 
  { 
104
 
    return pack_length();
105
 
  }
106
102
  virtual bool zero_pack() const
107
103
  {
108
104
    return false;