1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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

into  hundin.mysql.fi:/home/marko/mysql-4.1
(Bug #13002)
This commit is contained in:
marko@hundin.mysql.fi
2005-10-03 17:54:39 +03:00

View File

@ -4848,7 +4848,8 @@ ha_innobase::get_foreign_key_create_info(void)
fclose(file); fclose(file);
} else { } else {
/* unable to create temporary file */ /* 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); return(str);