~jaypipes/drizzle/bug534806

« back to all changes in this revision

Viewing changes to drizzled/field/enum.h

  • Committer: Brian Aker
  • Date: 2010-02-26 19:01:18 UTC
  • mfrom: (1311.1.4 build)
  • Revision ID: brian@gaz-20100226190118-gn4wtrvp6hur1t5t
Merge of Brian

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;