Commit 685acbc2 authored by heikki@hundin.mysql.fi's avatar heikki@hundin.mysql.fi

Merge heikki@work.mysql.com:/home/bk/mysql

into hundin.mysql.fi:/home/heikki/mysql
parents 78dca2de 4ebd3f9a
......@@ -1983,7 +1983,7 @@ dict_create_foreign_constraints(
ptr = dict_accept(ptr, "FOREIGN", &success);
if (!isspace(*ptr)) {
return(DB_CANNOT_ADD_CONSTRAINT);
goto loop;
}
ptr = dict_accept(ptr, "KEY", &success);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment