~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Olaf van der Spek
  • Date: 2011-10-17 21:54:16 UTC
  • mfrom: (2440.3.1 rf)
  • mto: This revision was merged to the branch mainline in revision 2442.
  • Revision ID: olafvdspek@gmail.com-20111017215416-vqk97rkutm3hujjz
Refactor

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)