~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.h

  • Committer: Stewart Smith
  • Date: 2009-02-17 14:41:01 UTC
  • mto: This revision was merged to the branch mainline in revision 889.
  • Revision ID: stewart@flamingspork.com-20090217144101-mzmzu3lqsbo95hth
remove unused Field::send_binary() methods.

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
    return str;
406
406
  }
407
407
 
408
 
  virtual bool send_binary(Protocol *protocol);
409
 
 
410
408
  virtual unsigned char *pack(unsigned char *to,
411
409
                              const unsigned char *from,
412
410
                              uint32_t max_length,