~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/enum.h

  • Committer: Brian Aker
  • Date: 2008-12-04 19:04:01 UTC
  • Revision ID: brian@tangent.org-20081204190401-0aatrta3mo36swbk
Next pass through attribute.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
  { return (field_metadata & 0x00ff); }
63
63
  uint32_t row_pack_length() { return pack_length(); }
64
64
  virtual bool zero_pack() const { return 0; }
65
 
  bool optimize_range(uint32_t idx __attribute__((unused)),
66
 
                      uint32_t part __attribute__((unused)))
 
65
  bool optimize_range(uint32_t, uint32_t)
67
66
  { return 0; }
68
67
  bool eq_def(Field *field);
69
68
  bool has_charset(void) const { return true; }