Loading sql/ha_innodb.cc +2 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
sql/ha_innodb.cc +2 −1 Original line number Diff line number Diff line Loading @@ -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); Loading