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

Merge hundin.mysql.fi:/home/marko/mysql-4.0

into  hundin.mysql.fi:/home/marko/mysql-4.1
(Bug #13002)
parents 5dc00e0c d62b9f4b
......@@ -4848,7 +4848,8 @@ ha_innobase::get_foreign_key_create_info(void)
fclose(file);
} else {
/* unable to create temporary file */
str = my_malloc(1, MYF(MY_ZEROFILL));
str = my_strdup(
"/* Error: cannot display foreign key constraints */", MYF(0));
}
return(str);
......
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