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:
@ -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);
|
||||
|
Reference in New Issue
Block a user