~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.h

  • Committer: Brian Aker
  • Date: 2009-08-11 20:22:59 UTC
  • mfrom: (1093.1.59 captain)
  • Revision ID: brian@gaz-20090811202259-5a92huu2yqmzdx1u
MErge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
class Field
78
78
{
79
79
  /* Prevent use of these */
80
 
  Field(const Item &); 
 
80
  Field(const Field&); 
81
81
  void operator=(Field &);
82
82
public:
83
83
  unsigned char *ptr; /**< Position to field in record. Stores raw field value */