Skip to content
Permalink
Browse files
copy-paste error fixed
thanks @FaramosCZ
  • Loading branch information
vuvova committed Apr 7, 2019
1 parent 7d720ca commit 5023e46
Showing 1 changed file with 1 addition and 1 deletion.
@@ -6091,7 +6091,7 @@ handle_if_exists_options(THD *thd, TABLE *table, Alter_info *alter_info)
Key_part_spec *kp;
if ((kp= part_it++))
chkname= kp->field_name.str;
if (keyname == NULL)
if (chkname == NULL)
continue;
}
if (key->type == chk_key->type &&

0 comments on commit 5023e46

Please sign in to comment.