~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/key.h

  • Committer: Brian Aker
  • Date: 2009-03-20 18:24:23 UTC
  • mfrom: (934.2.23 small-cleanups)
  • Revision ID: brian@tangent.org-20090320182423-81kb4a70bfv73c26
Merge from Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    name.str= (char *)name_arg;
56
56
    name.length= name_len_arg;
57
57
  }
 
58
 
 
59
  /**
 
60
   * Construct an (almost) deep copy of this key. Only those
 
61
   * elements that are known to never change are not copied.
 
62
   * If out of memory, a partial copy is returned and an error is set
 
63
   * in Session.
 
64
   */
58
65
  Key(const Key &rhs, MEM_ROOT *mem_root);
59
66
  virtual ~Key() {}
60
67
  /* Equality comparison of keys (ignoring name) */