~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field.h

  • Committer: Monty Taylor
  • Date: 2009-08-05 08:52:52 UTC
  • mto: (1093.1.57 captain)
  • mto: This revision was merged to the branch mainline in revision 1115.
  • Revision ID: mordred@inaugust.com-20090805085252-27rso8llvaknwy5q
Added ListenHandler as a member of PluginRegistry.

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 */