~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/stored_key.h

MergeĀ fromĀ Nathan

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
 
87
87
class store_key_field: public StoredKey
88
88
{
89
 
  Copy_field copy_field;
 
89
  CopyField copy_field;
90
90
  const char *field_name;
91
91
public:
92
92
  store_key_field(Session *session, Field *to_field_arg, unsigned char *ptr,