~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-20 15:04:56 UTC
  • mto: This revision was merged to the branch mainline in revision 2345.
  • Revision ID: olafvdspek@gmail.com-20110620150456-sxjqkvqg3p725y8z
RemoveĀ unusedĀ Field::sql_type()

Show diffs side-by-side

added added

removed removed

Lines of Context:
335
335
  virtual int key_cmp(const unsigned char *str, uint32_t length);
336
336
  virtual uint32_t decimals() const;
337
337
 
338
 
  /*
339
 
    Caller beware: sql_type can change str.Ptr, so check
340
 
    ptr() to see if it changed if you are using your own buffer
341
 
    in str and restore it with set() if needed
342
 
  */
343
 
  virtual void sql_type(String &str) const =0;
344
 
 
345
338
  // For new field
346
339
  virtual uint32_t size_of() const =0;
347
340