~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Mark Atwood
  • Date: 2011-10-18 16:54:23 UTC
  • mfrom: (2440.2.4 rf)
  • Revision ID: me@mark.atwood.name-20111018165423-vboh6wowjnvn434f
mergeĀ lp:~olafvdspek/drizzle/refactor4

Show diffs side-by-side

added added

removed removed

Lines of Context:
831
831
      my_error(ER_TOO_MANY_KEY_PARTS,MYF(0),tmp);
832
832
      return true;
833
833
    }
834
 
    if (check_identifier_name(&key->name, ER_TOO_LONG_IDENT))
 
834
    if (check_identifier_name(key->name, ER_TOO_LONG_IDENT))
835
835
      return true;
836
836
    key_iterator2= alter_info->key_list.begin();
837
837
    if (key->type != Key::FOREIGN_KEY)