~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/key.h

  • Committer: Brian Aker
  • Date: 2009-12-05 23:13:49 UTC
  • mto: (1192.3.69 pandora-build)
  • mto: This revision was merged to the branch mainline in revision 1239.
  • Revision ID: brian@gaz-20091205231349-60h2detqezl6qn3w
ICC cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    :type(type_par), key_create_info(*key_info_arg), columns(cols),
54
54
    generated(generated_arg)
55
55
  {
56
 
    name.str= (char *)name_arg;
 
56
    name.str= const_cast<char *>(name_arg);
57
57
    name.length= name_len_arg;
58
58
  }
59
59