Commit 98233150 authored by unknown's avatar unknown

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

into hundin.mysql.fi:/home/heikki/mysql
parents 9fb25256 9daf885c
......@@ -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