~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/key_part_spec.h

  • Committer: Mark Atwood
  • Date: 2011-11-08 19:06:32 UTC
  • mfrom: (2445.1.22 rf)
  • Revision ID: me@mark.atwood.name-20111108190632-7pfvz4ggbolmlnnu
mergeĀ lp:~olafvdspek/drizzle/refactor10

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  Key_part_spec(str_ref name, uint32_t len)
34
34
    : field_name(name), length(len)
35
35
  {}
36
 
  Key_part_spec(const char *name, const size_t name_len, uint32_t len)
37
 
    : length(len)
38
 
  { field_name.assign(name, name_len); }
 
36
 
39
37
  bool operator==(const Key_part_spec& other) const;
40
38
  /**
41
39
    Construct a copy of this Key_part_spec. field_name is copied