Commit fd17beb0 authored by marko@hundin.mysql.fi's avatar marko@hundin.mysql.fi

dict0dict.c:

  Fixed typo
parent 3c6fb303
......@@ -2857,7 +2857,7 @@ dict_create_foreign_constraints_low(
ut_print_name(ef, name);
fprintf(ef, " where the columns appear\n"
"as the first columns. Constraint:\n%s\n"
"nSee http://dev.mysql.com/doc/mysql/en/InnoDB_foreign_key_constraints.html\n"
"See http://dev.mysql.com/doc/mysql/en/InnoDB_foreign_key_constraints.html\n"
"for correct foreign key definition.\n",
start_of_latest_foreign);
mutex_exit(&dict_foreign_err_mutex);
......
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