~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/stored_key.h

Collection of patches/bug fixes from new-cleanup tree (none of the
Table/other fixes are included).

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    else
62
62
      to_field= field_arg->new_key_field(session->mem_root, field_arg->table,
63
63
                                        ptr, null, 1);
 
64
 
 
65
    to_field->setWriteSet();
64
66
  }
65
67
  virtual ~StoredKey() {}                       /** Not actually needed */
66
68
  virtual const char *name() const=0;